Getting boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden when uploading file

前端 未结 3 793
天涯浪人
天涯浪人 2020-12-19 20:45

There are a few other questions on this issue:

boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden

S3ResponseError: S3ResponseError: 403 Forbidden

3条回答
  •  离开以前
    2020-12-19 21:17

    It looks like that you do not have the right to write on this bucket. What is the bucket policy? Can you make sure that this IAM user can put on this bucket?

提交回复
热议问题