Hi,
i wondered if there is a way to delete failed MultiPartFileUpload failed?
Thank you !
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey,
Yes, you can indeed manage and delete failed multipart uploads in DigitalOcean Spaces by leveraging the lifecycle policy features, similar to those available in Amazon S3:
You can set up rules to specify actions on objects, including incomplete multipart uploads, based on certain conditions like the age of the upload.
Hope this helps, and happy coding!
Best,
Bobby