frostfs-s3-gw/api/layer
Alex Vanin fae03c2b50 [#78] Process 'not found' error when object exists in tree
When object exists in tree but missing in storage, we can't remove
bucket. While storage node does not sync tree service and object
service, the only way to delete such broken bucket is to ignore
'object not found' error, clear cache and do not include missing
objects in the listing result.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-06-01 15:31:22 +03:00
..
encryption [#595] Fix typos and rewording 2022-08-13 10:26:00 +03:00
cache.go Rename package name 2023-03-07 17:38:08 +03:00
compound.go Rename package name 2023-03-07 17:38:08 +03:00
container.go Rename package name 2023-03-07 17:38:08 +03:00
cors.go [#70] Add arrays of copies numbers for location constraints 2023-05-03 13:48:26 +03:00
detector.go [#122] Add versioning cache 2021-08-25 09:15:00 +03:00
frostfs.go [#70] Add arrays of copies numbers for location constraints 2023-05-03 13:48:26 +03:00
frostfs_mock.go [#122] Fix linter warnings 2023-05-31 19:43:03 +03:00
layer.go [#78] Process 'not found' error when object exists in tree 2023-06-01 15:31:22 +03:00
locking_test.go [#70] Add arrays of copies numbers for location constraints 2023-05-03 13:48:26 +03:00
multipart_upload.go [#70] Add arrays of copies numbers for location constraints 2023-05-03 13:48:26 +03:00
multipart_upload_test.go [#186] Add unittests for MultipartUpload 2021-11-30 11:32:59 +03:00
notifications.go [#70] Add arrays of copies numbers for location constraints 2023-05-03 13:48:26 +03:00
object.go [#70] Add arrays of copies numbers for location constraints 2023-05-03 13:48:26 +03:00
object_test.go [#577] Remove usages of deprecated io/ioutil 2022-08-09 17:20:40 +04:00
system_object.go [#70] Add arrays of copies numbers for location constraints 2023-05-03 13:48:26 +03:00
tagging.go Rename package name 2023-03-07 17:38:08 +03:00
tree_mock.go [#122] Fix linter warnings 2023-05-31 19:43:03 +03:00
tree_service.go Rename package name 2023-03-07 17:38:08 +03:00
util.go [#122] Fix linter warnings 2023-05-31 19:43:03 +03:00
util_test.go Rename package name 2023-03-07 17:38:08 +03:00
versioning.go Rename package name 2023-03-07 17:38:08 +03:00
versioning_test.go Rename package name 2023-03-07 17:38:08 +03:00