我遵循了 http://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_examples.html#iam-policy-example-s3上的示例,学习如何授予用户对一个桶的访问权限。
然后我使用 W3 Total Cache Wordpress 插件测试了该配置,测试失败。
我还尝试使用
aws s3 cp --acl=public-read --cache-control='max-age=604800, public' ./test.txt s3://my-bucket/
但失败了
upload failed: ./test.txt to s3://my-bucket/test.txt A client error (AccessDenied) occurred when calling the PutObject operation: Access Denied
为什么我不能上传到我的桶?