Skip to content

Command-line utility to batch change the ACL to for all files in an Amazon S3 bucket.

Notifications You must be signed in to change notification settings

tverney/s3-change-acl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3 Change ACL

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>

About

Command-line utility to batch change the ACL to for all files in an Amazon S3 bucket.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%