s3-recursive-acl icon indicating copy to clipboard operation
s3-recursive-acl copied to clipboard

A tool for bulk-updating ACL in Amazon S3

Results 12 s3-recursive-acl issues
Sort by recently updated
recently updated
newest added
trafficstars

I would love to try this tool on Ubuntu 16.04 but how do I install and use?

New features - Regex matching : possible to select objects based on regex - Dry Run: Possible to use dryrun to test prior actually changing the ACL - Ability to...

JFYI: I found this repo to be seemingly abandoned, though its fork https://github.com/codingtony/s3-recursive-acl looks to be alive, whilst myself (https://github.com/yermulnik/s3-recursive-acl) being the only contributor so far 🤷🏻

Throttling improvements along with default retry. Also improved instructions.

This tool works fine for thousands of files, but when the path contains just one file, it does not update the ACL and does not report any error.

The README says and I agree that by default the ACL should be "private". Yet the default in the code is "public-read". Perhaps we should change that to "private"

Due to WaitGroup.Add being called inside the goroutine the program does not reliably wait for all updates to complete before exiting. Fixed by moving WaitGroup.Add outside of the goroutine. Can...

This PR adds a command line option allowing to specify a custom S3 endpoint URL. This enables the tool to be used with S3 implementations other than Amazon AWS. It...

My bucket contains ~8M objects (images) in ~170K folders. - I've executed the script successfully. The problem I've added ~1.5M more objects to my buckets in ~40K folders - I've...