From 510ae889e426476a4378ce0a3fbc6ca95ef8131b Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Tue, 17 Aug 2021 19:49:51 +0200 Subject: [PATCH] document AWS_ENDPOINT_PROTO option --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a369d01..260bc97 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ AWS_S3_BUCKET_NAME="" # Do not set this when working against AWS S3. # AWS_ENDPOINT="" +# 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