mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-24 09:25:35 +02:00
document AWS_ENDPOINT_PROTO option
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user