Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no0dles/s3-upload-watcher
https://github.com/no0dles/s3-upload-watcher
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/no0dles/s3-upload-watcher
- Owner: no0dles
- Created: 2020-02-17T19:40:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T22:09:09.000Z (about 3 years ago)
- Last Synced: 2024-04-28T04:42:31.782Z (9 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s3-upload-watcher
## Installation
```docker pull no0dles/s3-upload-watcher```## Configuration
| Name | Required | Default |
| --- | --- | --- |
| WATCH_PATH | yes | |
| AWS_S3_BUCKET | yes | |
| AWS_ACCESS_KEY | yes | |
| AWS_ACCESS_SECRET | yes | |
| AWS_REGION | no | eu-west-1 |
| ENCRYPTION_KEY | no | |
| ENCRYPTION_ALGORITHM | no | aes256 |