tweedegolf / storage-abstraction

Provides an abstraction layer for interacting with a storage; the storage can be local or in the cloud.
MIT License
106 stars 18 forks source link

S3 - getFileAsURL #52

Closed DennisSnijder closed 8 months ago

DennisSnijder commented 8 months ago

Context

I noticed the abstract storage now has a undocumented getFileAsURL. this should be implemented on more than just the Storage Blob Storage adapter

What has been done

abudaan commented 8 months ago

Thanks for this!

Meanwhile I had implemented it in version 2.0.0 but I think it is very useful to have this method implemented in the legacy version as well.

DennisSnijder commented 8 months ago

Thanks for this!

Meanwhile I had implemented it in version 2.0.0 but I think it is very useful to have this method implemented in the legacy version as well.

Nice! sounds good! I'm definitely looking forward to 2.0.0 😄