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

This package is auto-updated.

Last update: 2024-04-08 06:55:35 UTC


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

Or download the phar.

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>