@@ -189,19 +189,19 @@ Your Organization will be mapped to `DB_USER` and your root token will need to b
189189
190190If ` BACKUP_LOCATION ` = ` S3 ` then the following options are used.
191191
192- | Parameter | Description | Default |
193- | -----------------------| ------------------------------------------------------------------------------------------- | ---------|
194- | ` S3_BUCKET ` | S3 Bucket name e.g. ` mybucket ` | |
195- | ` S3_KEY_ID ` | S3 Key ID | |
196- | ` S3_KEY_SECRET ` | S3 Key Secret | |
197- | ` S3_PATH ` | S3 Pathname to save to (must end in a trailing slash e.g. '` backup/ ` ') | |
198- | ` S3_REGION ` | Define region in which bucket is defined. Example: ` ap-northeast-2 ` | |
199- | ` S3_HOST ` | Hostname (and port) of S3-compatible service, e.g. ` minio:8080 ` . Defaults to AWS. | |
200- | ` S3_PROTOCOL ` | Protocol to connect to ` S3_HOST ` . Either ` http ` or ` https ` . Defaults to ` https ` . | ` https ` |
201- | ` S3_EXTRA_OPTS ` | Add any extra options to the end of the ` aws-cli ` process execution | |
192+ | Parameter | Description | Default |
193+ | -----------------------| ------------------------------------------------------------------------------------------| ---------|
194+ | ` S3_BUCKET ` | S3 Bucket name e.g. ` mybucket ` | |
195+ | ` S3_KEY_ID ` | S3 Key ID | |
196+ | ` S3_KEY_SECRET ` | S3 Key Secret | |
197+ | ` S3_PATH ` | S3 Pathname to save to (must NOT end in a trailing slash e.g. '` backup ` ') | |
198+ | ` S3_REGION ` | Define region in which bucket is defined. Example: ` ap-northeast-2 ` | |
199+ | ` S3_HOST ` | Hostname (and port) of S3-compatible service, e.g. ` minio:8080 ` . Defaults to AWS. | |
200+ | ` S3_PROTOCOL ` | Protocol to connect to ` S3_HOST ` . Either ` http ` or ` https ` . Defaults to ` https ` . | ` https ` |
201+ | ` S3_EXTRA_OPTS ` | Add any extra options to the end of the ` aws-cli ` process execution | |
202202| ` S3_CERT_CA_FILE ` | Map a volume and point to your custom CA Bundle for verification e.g. ` /certs/bundle.pem ` | |
203- | _ * OR* _ | | |
204- | ` S3_CERT_SKIP_VERIFY ` | Skip verifying self signed certificates when connecting | ` TRUE ` |
203+ | _ * OR* _ | | |
204+ | ` S3_CERT_SKIP_VERIFY ` | Skip verifying self signed certificates when connecting | ` TRUE ` |
205205
206206#### Upload to a Azure storage account by ` blobxfer `
207207
0 commit comments