|
@ -20,6 +20,7 @@ $ docker run -e S3_ACCESS_KEY_ID=key -e S3_SECRET_ACCESS_KEY=secret -e S3_BUCKET |
|
|
- `S3_SECRET_ACCESS_KEY` your AWS secret key *required* |
|
|
- `S3_SECRET_ACCESS_KEY` your AWS secret key *required* |
|
|
- `S3_BUCKET` your AWS S3 bucket path *required* |
|
|
- `S3_BUCKET` your AWS S3 bucket path *required* |
|
|
- `S3_PREFIX` path prefix in your bucket (default: 'backup') |
|
|
- `S3_PREFIX` path prefix in your bucket (default: 'backup') |
|
|
|
|
|
- `S3_FILENAME` a consistent filename to overwrite with your backup. If not set will use a timestamp. |
|
|
- `S3_REGION` the AWS S3 bucket region (default: us-west-1) |
|
|
- `S3_REGION` the AWS S3 bucket region (default: us-west-1) |
|
|
- `S3_ENDPOINT` the AWS Endpoint URL, for S3 Compliant APIs such as [minio](https://minio.io) (default: none) |
|
|
- `S3_ENDPOINT` the AWS Endpoint URL, for S3 Compliant APIs such as [minio](https://minio.io) (default: none) |
|
|
- `S3_S3V4` set to `yes` to enable AWS Signature Version 4, required for [minio](https://minio.io) servers (default: no) |
|
|
- `S3_S3V4` set to `yes` to enable AWS Signature Version 4, required for [minio](https://minio.io) servers (default: no) |
|
|