- First, check if you can connect using the AWS CLI with the same settings.
- Are your AWS credentials configured properly?
- This includes checking
~/.aws/credentials
, environment variables, or any credential provider chain used by the AWS CLI.
- Are the necessary permissions set correctly?
- This includes IAM policies, roles, and bucket policies that allow operations like
s3:ListBucket
or s3:GetObject
.
- If you're using an S3-compatible service:
- Is the
endpoint-url
set correctly?
- Are you using the appropriate
path-style
access setting?
- You may be able to find more details about the error by looking at the
$STU_ROOT_DIR/error.log
.