Access Denied error with Amazon S3
问题 I'm getting an Access Denied error with Amazon S3 and can't figure out why. My settings are as follows: STATIC_URL = 'http://s3.amazonaws.com/%s/' % AWS_STORAGE_BUCKET_NAME What would cause an access denied error? I have verified that my keys are correct. 回答1: The URL you show above would resolve to a bucket within S3. In order to access that bucket successfully with such a URL, the permissions on the bucket would have to grant 'public-read' access to the bucket. In addition, each object or