adobe / aio-lib-files

An abstraction on top of cloud blob storage exposing a file system like API
https://www.adobe.io
Apache License 2.0
10 stars 14 forks source link

Presigned URLs generation enhancements #59

Closed meryllblanchet closed 2 years ago

meryllblanchet commented 4 years ago

As a developer, I'd like to share a file created with aio-lib-files from my Runtime action to other entities for enhanced compute scenarios.

These could be:

For these enhanced compute scenarios I'd like to be able to provide write and delete permissions to the file through the generated presigned URL.

I'd like to be able to configure a TTL in seconds for the generated presigned URL, and this configuration should be explicitly set by myself.

Finally, I'd like the API to be generic enough for me to provide a custom implementation for my own file storage.

aiojbot commented 4 years ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-924

purplecabbage commented 2 years ago

@sandeep-paliwal Can this be closed? The JIRA ticket is closed.

sandeep-paliwal commented 2 years ago

yup, rwd for presign URLs have already been implemented.