Official s3cmd repo -- Command line tool for managing S3 compatible storage services (including Amazon S3 and CloudFront).
GNU General Public License v2.0
4.6k
stars
905
forks
source link
Add an option to set bucket ownership and block public access #1359
Closed
fviard closed 11 months ago
Around April 2023, AWS did change the default settings regarding ACLs for new buckets. Now:
Automatic test is new failing with AWS because test buckets are created without the right to use ACLs
To be able to fix the tests, we need to have new commands to set the ACLs security configuration for new buckets like it was previously.