1
0
Fork 0

Add features section to README

upload-progress
Ambrose Chua 2021-05-24 00:53:36 +08:00
parent 4bd1273a9d
commit 4889284016
1 changed files with 18 additions and 2 deletions

View File

@ -3,8 +3,24 @@
A dropbox backed by any S3 bucket
## Buckets
## Features
- User interface to create new dropboxes
- Store bucket credentials and settings in a Redis KV store
- Drop stored credentials when the dropbox link expires
- Upload files using S3 multipart uploads, powered by [Uppy](https://uppy.io)
- Remembers previously created dropboxes and uploaded files
- Single fat binary
## Deploying
To deploy as a single binary, build it from source and run:
```
export REDIS_CONNECTION=simple:redis-hostname:6379
export LISTEN=:8080
./upl
```
It is recommended to [configure the cleanup of incomplete multipart uploads](https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpu-abort-incomplete-mpu-lifecycle-config.html).
<!-- vim: set conceallevel=2 et ts=2 sw=2: -->