Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phawk/aws-publicify
- Owner: phawk
- License: mit
- Created: 2017-02-08T12:40:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:35:20.000Z (over 1 year ago)
- Last Synced: 2024-10-25T01:39:47.861Z (2 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).