Skip to content

Commit 001dff3

Browse files
author
schlepptop
committed
⬆️ Upgrade s3backup dependency to 11.0
1 parent 812619d commit 001dff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: common-functions

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ service_backup() {
189189
dokku_log_fail "Provide AWS credentials or use the --use-iam flag"
190190
fi
191191

192-
if [[ -f "S3_STORAGE_CLASS_FILE" ]]; then
192+
if [[ ! -f "S3_STORAGE_CLASS_FILE" ]]; then
193193
BACKUP_PARAMETERS="$BACKUP_PARAMETERS -e S3_STORAGE_CLASS=$(cat "$S3_STORAGE_CLASS_FILE")"
194194
fi
195195

Diff for: config

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ fi
2828

2929
export PLUGIN_BUSYBOX_IMAGE="busybox:1.31.1-uclibc"
3030
export PLUGIN_AMBASSADOR_IMAGE="dokku/ambassador:0.3.3"
31-
export PLUGIN_S3BACKUP_IMAGE="dokku/s3backup:0.10.3"
31+
export PLUGIN_S3BACKUP_IMAGE="dokku/s3backup:0.11.0"
3232
export PLUGIN_WAIT_IMAGE="dokku/wait:0.4.3"

0 commit comments

Comments
 (0)