Using Console
Using CLI
BUCKET-NAME
with the name of the S3 bucket that has public write access.BUCKET-NAME
with the name of the S3 bucket that has public write access.Using Python
pip install boto3
.
list_buckets()
method:get_bucket_acl()
method:put_bucket_acl()
method: