2 Answers
- Newest
- Most votes
- Most comments
1
Check IAM Permissions:
Ensure the IAM user or role associated with the AWS credentials has s3:PutObject permissions for the S3 bucket.
Review Bucket Policy:
Verify that the S3 bucket policy does not explicitly deny the s3:PutObject action for the user or role.

Can you tell us how you were able to resolve this issue so that others could benefit from the solution