storj/satellite/metainfo/objectdeletion
Yingrong Zhao 2b2cb468bf satellite/metainfo: implement DeleteObjectPieces with objectdeletion package
Use new objectdeletion package for deleting pointers.

In the best case scenario, it will make on database call to fetch
information about the number of segments. And another request to delete
and fetch information about other segments.

This PR also changes our object deletion API to return no error when an
object is not found but instead consider such operation as success. This
behavior is asligned with S3 API and makes the code less complex.

Change-Id: I280c56e8b5d815a8c4dafe8227689467e899775a
2020-08-06 16:10:13 -04:00
..
identifier.go satellite/metainfo/objectdeletion: Object deletion implementation 2020-07-20 16:09:48 +00:00
report_test.go satellite/metainfo: implement DeleteObjectPieces with objectdeletion package 2020-08-06 16:10:13 -04:00
report.go satellite/metainfo: implement DeleteObjectPieces with objectdeletion package 2020-08-06 16:10:13 -04:00
service_test.go satellite/metainfo: implement DeleteObjectPieces with objectdeletion package 2020-08-06 16:10:13 -04:00
service.go satellite/metainfo: implement DeleteObjectPieces with objectdeletion package 2020-08-06 16:10:13 -04:00
state.go satellite/metainfo/objectdeletion: Object deletion implementation 2020-07-20 16:09:48 +00:00