AWS - S3

Trouble shooting : Public Object Access Denied

  • ACL and Bucket Policy all set Public
  • Account and Bucket level allow it to be Public
  • Observation: object uploaded from console works, object uploaded from another account failed.

Add below to specify the public access as well as assign the original bucket user to have full control

1
--acl public-read

use aws-js-s3-explorer

https://github.com/awslabs/aws-js-s3-explorer

Reward Makes Perfect
0%