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 for internal or external consumption #61

Closed meryllblanchet closed 3 years ago

meryllblanchet commented 4 years ago

The presigned URLs enhancements mentioned in #59 will allow developers to share a file for compute purpose with

1) Another Runtime action in another namespace (i.e. a different Project Firefly application) 2) An external API or system

While for 2) it is necessary to expose the presigned URL through the CDN, this is not required for 1).

As a developer, I'd like to be able to specify whether the generated presigned URL will be shared between Runtime actions/Project Firefly Applications, or with external systems. The default should be external systems.

aiojbot commented 4 years ago

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

sandeep-paliwal commented 4 years ago

Added PR - https://github.com/adobe/aio-lib-files/pull/65