Skip to content

Commit 4b59089

Browse files
committed
add note about how the endpoint does not include a protocol
1 parent 8e90ce4 commit 4b59089

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Backup targets, schedule and retention are configured in environment variables:
1515
# template expression.
1616

1717
BACKUP_CRON_EXPRESSION="0 2 * * *"
18-
BACKUP_FILENAME="offen-db-%Y-%m-%dT%H-%M-%S.tar.gz"
18+
BACKUP_FILENAME="backup-%Y-%m-%dT%H-%M-%S.tar.gz"
1919

2020
########### BACKUP STORAGE
2121

@@ -28,7 +28,8 @@ AWS_SECRET_ACCESS_KEY="<xxx>"
2828
AWS_S3_BUCKET_NAME="<xxx>"
2929

3030
# This is the FQDN of your storage server, e.g. `storage.example.com`.
31-
# Do not set this when working against AWS S3.
31+
# Do not set this when working against AWS S3. If you need to set a
32+
# specific protocol, you will need to use the option below.
3233
# AWS_ENDPOINT="<xxx>"
3334

3435
# The protocol to be used when communicating with your storage server.

0 commit comments

Comments
 (0)