boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden

后端 未结 9 1178
感情败类
感情败类 2020-11-29 19:13

I\'m trying to get django to upload static files to S3, but istead I\'m getting a 403 forbidden error, and I\'m not sure why.

Full Stacktrace:

9条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 19:32

    Maybe you actually don't have access to the bucket you're trying to lookup/get/create..

    Remember: bucket names have to be unique across the entire S3 eco-system, so if you try to access (lookup/get/create) a bucket named 'test' you will have no access to it.

提交回复
热议问题