2018-03-05 20:17:52 +00:00
|
|
|
Enhancement: Ignore AWS permission denied error when creating a repository
|
2018-03-02 09:06:06 +00:00
|
|
|
|
|
|
|
It's not possible to use s3 backend scoped to a subdirectory(with specific permissions).
|
|
|
|
Restic doesn't try to create repository in a subdirectory, when 'bucket exists' of parent directory check fails due to permission issues.
|
|
|
|
|
2018-03-05 20:17:52 +00:00
|
|
|
https://github.com/restic/restic/pull/1648
|