You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ Variable | Default | Notes
181
181
`AWS_ACCESS_KEY_ID`| | Required when using `AWS_S3_BUCKET_NAME`.
182
182
`AWS_SECRET_ACCESS_KEY`| | Required when using `AWS_S3_BUCKET_NAME`.
183
183
`AWS_DEFAULT_REGION`| | Optional when using `AWS_S3_BUCKET_NAME`. Allows you to override the AWS CLI default region. Usually not needed.
184
+
`AWS_EXTRA_ARGS`| | Optional additional args for the AWS CLI. Useful for e.g. providing `--endpoint-url <url>` for S3-interopable systems, such as DigitalOcean Storage.
184
185
`INFLUXDB_URL`| | When provided, backup metrics will be sent to an InfluxDB instance at this URL, e.g. `https://influxdb.example.com`.
185
186
`INFLUXDB_DB`| | Required when using `INFLUXDB_URL`; e.g. `my_database`.
186
187
`INFLUXDB_CREDENTIALS`| | Required when using `INFLUXDB_URL`; e.g. `user:pass`.
0 commit comments