2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 07:00:49 +00:00
restic/changelog/unreleased/pull-2350

9 lines
403 B
Plaintext
Raw Normal View History

2019-11-22 14:16:59 +00:00
Enhancement: Add option to configure S3 region
We've added a new option for setting the region when accessing an S3-compatible
service. For some providers, it is required to set this to a valid value. You
can do that either by setting the environment variable `AWS_DEFAULT_REGION` or
using the option `s3.region`, e.g. like this: `-o s3.region="us-east-1"`.
2019-11-22 14:16:59 +00:00
https://github.com/restic/restic/pull/2350