Is it possible to locate orphan parts with CloudBerry Explorer?

When a multipart upload to S3 is interrupted, orphan parts of files remain untouched. They seem invisible but still count towards storage.

Is it possible to find them and delete them using CloudBerry Explorer?

[reply=“Emy;d1053”] You should see them via tools > multipart uploads.

[reply=“Matt;3740”]

Yes, thank you! That’s what I found.

Do you know if deleting the orphan chunks should work when versioning is activated? Or is S3 going to keep the orphan part as the first “version”?

[reply=“Emy;3746”] That should delete everything, versioning shouldn’t affect this functionality.

[reply=“Matt;3751”]

Thank you

Follow up question:

Is it normal that a multipart upload creates multiple (at least 2) temporary “objects” in the destination bucket?

(When checking my utilization on my S3 server, I see that I have a few more active “objects” than expected. Is it caused by multipart uploads or something else?)

[reply=“Emy;3779”] The software doesn’t create any additional temp files on S3 side, so these are probably created By AWS, they’ll be automatically deleted soon.
I can also suggest to check if you have “show deleted versions” option enabled under tools > options > versioning.

As for the objects, what exactly are you referring to?

[reply=“Matt;3782”]

In fact I’m not using AWS, but Wasabi.

For example, when I check the “utilization” for an empty bucket that has 1 multipart upload pending, it says that there are 2 objects in that bucket:

[reply=“Emy;3786”] Unlike AWS S3, Wasabi does not require a Lifecycle Policy to remove incomplete multi-part uploads. Instead, Wasabi will automatically remove them in about 7 days to prevent excessive storage being used.

[reply=“Emy;3786”] most likely these are the metadata files for the output file and the uploaded part of the multipart upload. They will be deleted as soon as you delete the unfinished upload.

[reply=“David Gugick;3788”] [reply=“Anton Zorin;3789”]

Thank you both!

[reply=“David Gugick;3788”] [quote]Instead, Wasabi will automatically remove them in about 7 days to prevent excessive storage being used.[/quote]

Strange, because the test upload I interrupted 12 days ago is still not deleted…

[reply=“Emy;3901”] Can’t open the screenshot for some reason. Can you re-upload it?

[reply=“Matt;3917”]

@Matt Fresh screenshot from today

[reply=“Emy;3922”] I would actually copy that upload ID and contact Wasabi support regarding that. They’ve been having temporary problems with their services somewhere around the end of July, maybe that’s related.