mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
11 lines
439 B
Plaintext
11 lines
439 B
Plaintext
Enhancement: Add warning for S3 if partial credentials are provided
|
|
|
|
Previously restic did not notify about incomplete credentials when using the
|
|
S3 backend, instead just reporting access denied.
|
|
|
|
Restic now checks that both the AWS key ID and secret environment variables are
|
|
set before connecting to the remote server, and reports an error if not.
|
|
|
|
https://github.com/restic/restic/issues/2388
|
|
https://github.com/restic/restic/pull/3532
|