s3-bulk-acl
v0.1.0
Published
Change the ACLs of all files with a particular prefix in an s3 bucket to a specified standard ACL name.
Downloads
8
Readme
# Make everything web-readable in this bucket.
s3-bulk-acl mybucketname . public-read
# Make everything private again.
s3-bulk-acl mybucketname . privateYou must populate ~/.aws/credentials with your key and secret, like this:
[default]
aws_access_key_id = xxx
aws_secret_access_key = yyyyyyTODO: support command line arguments for these as well.
