mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
document AWS_ENDPOINT_PROTO option
This commit is contained in:
parent
e4bb183afa
commit
510ae889e4
@ -31,6 +31,11 @@ AWS_S3_BUCKET_NAME="<xxx>"
|
|||||||
# Do not set this when working against AWS S3.
|
# Do not set this when working against AWS S3.
|
||||||
# AWS_ENDPOINT="<xxx>"
|
# 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
|
########### BACKUP PRUNING
|
||||||
|
|
||||||
# Define this value to enable automatic pruning of old backups. The value
|
# Define this value to enable automatic pruning of old backups. The value
|
||||||
|
Loading…
Reference in New Issue
Block a user