Trying to load Redshift samples, Access Denied when COPYing from S3

I'm running through the Redshift tutorials on the AWS site, and I can't access their sample data buckets with the COPY command. I know I'm using the right Key and Secret Key, and have even generated new ones to try, without success.

The error from S3 is S3ServiceException:Access Denied,Status 403,Error AccessDenied. Amazon says this is related to permissions for a bucket, but they don't specify credentials to use for accessing their sample buckets, so I assume they're open to the public?

Anyone got a fix for this or am I misinterpreting the error?


I was misinterpreting the error. The buckets are publicly accessible and you just have to give your IAM user access to the S3 service.

链接地址: http://www.djcxy.com/p/93542.html

上一篇: 访问由另一个帐户上传的文件时出现Cloudfront 403错误

下一篇: 尝试加载Redshift示例,从S3复制时拒绝访问