Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phawk/aws-publicify

Simple script to convert all files in an s3 bucket to be public-read ACL
https://github.com/phawk/aws-publicify

Last synced: 14 days ago
JSON representation

Simple script to convert all files in an s3 bucket to be public-read ACL

Awesome Lists containing this project

README

        

# AWS Publicifiy

**Simple script to convert all files in an s3 bucket to be public-read ACL**

#### Usage

```sh
$ bundle install
$ printf "AWS_REGION=us-east-1\nAWS_ACCESS_KEY_ID=XXX\nAWS_SECRET_ACCESS_KEY=YYY\nAWS_S3_BUCKET=my-bucket-name\n" > .env
$ ruby run.rb
```

## License

See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).