soumya1120 opened a new issue, #5427: URL: https://github.com/apache/opendal/issues/5427
### Feature Description Proposed Functionality: - Allow generating a `presigned` **delete** URL for objects in supported storage backends. - Define a configurable expiration time for the `presigned` URL. - Ensure compatibility with storage services that natively support presigned delete operations (e.g., AWS S3, Azure Blob Storage). - Provide clear error handling for backends that do not support presigned deletes. ### Problem and Solution Problem: Currently we have support for presigned Reads and Writes with openDAL python bindings, but presigned support for DELETE operations are not yet supported. Related discussion: https://github.com/apache/opendal/discussions/5423 Solution: Would like to presigned Delete support to be added to openDAL python bindings with the introduction of this feature. ### Additional Context _No response_ ### Are you willing to contribute to the development of this feature? - [X] Yes, I am willing to contribute to the development of this feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
