मैंने http://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_examples.html#iam-policy-example-s3 पर उदाहरण का अनुसरण किया कि कैसे केवल एक बाल्टी के लिए उपयोगकर्ता को अनुदान दिया जाए।
मैंने तब W3 टोटल कैश वर्डप्रेस प्लगइन का उपयोग करके कॉन्फिगर का परीक्षण किया। परीक्षण विफल रहा।
मैंने भी समस्या का उपयोग करके पुन: प्रस्तुत करने का प्रयास किया
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
मैं अपनी बाल्टी पर अपलोड क्यों नहीं कर सकता?