storage
storage copied to clipboard
Storage.js is a Javascript library that gives you an easy and standardised access to any provider of your choice.
merge
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...
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...