Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Commit 9f68db3

Browse files
Add missing comment to explain how custom S3 endpoints work
1 parent bdb9521 commit 9f68db3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/perform-backup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ do
3838
if [ "$BACKUP_PROVIDER" = "aws" ]
3939
then
4040

41+
# If the AWS_S3_ENDPOINT variable isn't empty, then populate the --endpoint-url parameter to use a custom S3 compatable endpoint
4142
if [ ! -z "$AWS_S3_ENDPOINT" ]
4243
then
4344
ENDPOINT="--endpoint-url=$AWS_S3_ENDPOINT"

0 commit comments

Comments
 (0)