mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-11-08 08:20:47 +08:00
document AWS_ENDPOINT_PROTO option
This commit is contained in:
parent
e4bb183afa
commit
510ae889e4
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ AWS_S3_BUCKET_NAME="<xxx>"
|
|||
# Do not set this when working against AWS S3.
|
||||
# AWS_ENDPOINT="<xxx>"
|
||||
|
||||
# The protocol to be used when communicating with your storage server.
|
||||
# Defaults to "https". You can set this to "http" when communicating with
|
||||
# a different Docker container on the same host for example.
|
||||
# AWS_ENDPOINT_PROTO="https"
|
||||
|
||||
########### BACKUP PRUNING
|
||||
|
||||
# Define this value to enable automatic pruning of old backups. The value
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue