rsanchez / s3-change-acl
There is no license information available for the latest version (1.0.2) of this package.
Command-line utility to batch change the ACL for all files in an Amazon S3 bucket.
1.0.2
2017-03-13 21:49 UTC
Requires
- aws/aws-sdk-php: ^3.18
- symfony/console: ^3.1
README
Command-line utility to batch change the ACL to for all files in an Amazon S3 bucket.
Installation
composer require rsanchez/s3-change-acl
Usage
Change all files to public-read ACL
vendor/bin/s3-change-acl public-read <bucket> <access-key> <secret-key> <region>
Change all files to private ACL
vendor/bin/s3-change-acl private <bucket> <access-key> <secret-key> <region>