mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
042adeb5d0
This PR adds the ability of chaining the credentials provider, such that restic as a tool attempts to honor credentials from multiple different ways. Currently supported mechanisms are - static (user-provided) - IAM profile (only valid inside configured ec2 instances) - Standard AWS envs (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY) - Standard Minio envs (MINIO_ACCESS_KEY, MINIO_SECRET_KEY) Refer https://github.com/restic/restic/issues/1341 |
||
---|---|---|
.. | ||
archiver | ||
backend | ||
cache | ||
checker | ||
crypto | ||
debug | ||
errors | ||
filter | ||
fs | ||
fuse | ||
hashing | ||
index | ||
list | ||
migrations | ||
mock | ||
options | ||
pack | ||
pipe | ||
repository | ||
restic | ||
test | ||
walk | ||
worker |