Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/no0dles/s3-upload-watcher


https://github.com/no0dles/s3-upload-watcher

Last synced: about 1 month ago
JSON representation

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 |