Final part of blob cleanup logic - added deletion of S3 objects.
Depends on D9352.
Differential D9355
[blob] Delete S3 objects during cleanup bartek on Oct 4 2023, 4:10 AM. Authored by Tags None Referenced Files
Details
Final part of blob cleanup logic - added deletion of S3 objects. Depends on D9352. Locally, uploaded a few items to S3 with object names hashA, hashB.
Diff Detail
Event TimelineComment Actions If I understand correctly this will try to remove S3 blobs that might not exist (for holders can exist without having a blob uploaded and the logic will run for them too). Is this expected?
Comment Actions This is expected. It causes no harm. Anyway, this is very unlikely scenario, if not impossible, because a DDB row is created after a successful S3 upload.
|