mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
708d7a2574
Also add debug message if no credential types are available. Closes #2388
8 lines
295 B
Plaintext
8 lines
295 B
Plaintext
Enhancement: Add warning for S3 if partial credentials are provided
|
|
|
|
Check if both the AWS key ID and secret environment variables are set
|
|
before connecting to the remote server and report an error if not.
|
|
|
|
https://github.com/restic/restic/issues/2388
|
|
https://github.com/restic/restic/pull/3532
|