Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Troubleshooting

Unable to connect to S3 or compatible service

  • 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.

Can't preview images