[#1] Add frostfs backend
Can you elaborate what is arhive object that S3 removes in
Delete
method?
If I understood the question correctly, the s3 backend, when executing the Delete method, deletes all files…
[#1] Add frostfs backend
This method is used in two other methods, and these methods are not called anywhere else. I looked into the s3 backend implementation of this method: all archive files are deleted there, but the…
[#1] Add frostfs backend
Moreover, in this version of restic, we can simplify it even more by completely removing this method, since its definition has been removed from the backend.Backend
intreface.
But in the…
[#XX] Add frostfs backend