2021-09-30 18:45:31 +00:00
|
|
|
Enhancement: Add warning for S3 if partial credentials are provided
|
|
|
|
|
2022-03-25 23:15:41 +00:00
|
|
|
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.
|
2021-09-30 18:45:31 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/2388
|
|
|
|
https://github.com/restic/restic/pull/3532
|