storage icon indicating copy to clipboard operation
storage copied to clipboard

Storage.js is a Javascript library that gives you an easy and standardised access to any provider of your choice.

Results 5 storage issues
Sort by recently updated
recently updated
newest added

According to our slack talk, it is possible to have storage.js is a part of the dependency in keystone.js in someday and we will need someone to put this bolt...

Providers should return URLS where we can look up the files

enhacement
0 - Backlog

Whether files should be publicly accessible or not

new feature

For example: `Storage.get(['amazon', 'localsystem']).upload(...)` `Storage.get([Storage.Providers.AmazonS3]).upload(...)` will try to return first available storage. ~~If none of above is available, will return default one.~~ Note: if specified as a string -> we...

new feature
(status) review later