Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andormade/bucket-brigade
https://github.com/andormade/bucket-brigade
aws s3
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andormade/bucket-brigade
- Owner: andormade
- License: mit
- Created: 2020-12-29T18:23:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T23:31:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T16:48:33.564Z (15 days ago)
- Topics: aws, s3
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bucket-brigade
You can use this tool to take files from an Amazon S3 (or compatible) bucket, transform them with a specified command, and then upload them into an other S3 compatible bucket.
The example works with imagemagick which uses the fuse filesystem, but in order to enable it in docker, you have to run the container with the following arguments:
docker run --privileged --cap-add SYS_ADMIN --device /dev/fuse bucket-brigade