You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an amazon S3 repository and I want to give read-only access to some users. However, I am encountering the following error:
Save(<lock/31f52c3db1>) failed: client.PutObject: Access Denied.
unable to create lock in backend: client.PutObject: Access Denied.
This is because restic is trying to create a lock to open the repository.
It would be useful if restic could be run with the --no-lock option for the viewer. Since it doesn't modify the repository, having the --no-lock option would be useful for read-only access keys.
The text was updated successfully, but these errors were encountered:
I have an amazon S3 repository and I want to give read-only access to some users. However, I am encountering the following error:
This is because restic is trying to create a lock to open the repository.
It would be useful if restic could be run with the
--no-lock
option for the viewer. Since it doesn't modify the repository, having the --no-lock option would be useful for read-only access keys.The text was updated successfully, but these errors were encountered: