Command-line utility to batch change the ACL to for all files in an Amazon S3 bucket.
composer require rsanchez/s3-change-acl
vendor/bin/s3-change-acl public-read <bucket> <access-key> <secret-key> <region>
vendor/bin/s3-change-acl private <bucket> <access-key> <secret-key> <region>