File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.0.2 2023-11-09 <dave at tiredofit dot ca >
2
+
3
+ ### Changed
4
+ - Properly use custom _S3_HOST variables
5
+
6
+
1
7
## 4.0.1 2023-11-09 <dave at tiredofit dot ca >
2
8
3
9
### Changed
Original file line number Diff line number Diff line change @@ -1399,7 +1399,7 @@ move_dbbackup() {
1399
1399
s3_ssl="--no-verify-ssl"
1400
1400
fi
1401
1401
1402
- [[ ( -n "${S3_HOST }" ) ]] && PARAM_AWS_ENDPOINT_URL=" --endpoint-url ${backup_job_s3_protocol}://${backup_job_s3_host}"
1402
+ [[ ( -n "${backup_job_s3_host }" ) ]] && PARAM_AWS_ENDPOINT_URL=" --endpoint-url ${backup_job_s3_protocol}://${backup_job_s3_host}"
1403
1403
1404
1404
silent aws ${PARAM_AWS_ENDPOINT_URL} s3 cp ${TEMP_PATH}/${backup_job_filename} s3://${backup_job_s3_bucket}/${backup_job_s3_path}/${backup_job_filename} ${s3_ssl} ${s3_ca_cert} ${backup_job_s3_extra_opts}
1405
1405
move_exit_code=$?
You can’t perform that action at this time.
0 commit comments