You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In practice, using vinyl for file processing, beyond local and s3, is proving problematic as there are not a wide breadth of adapters for commercial asset storage providers. Specifically, openstack, which is used by Bluemix, has no vinyl adapter.
Multer, our current form processor, plays very nice with pkgcloud
I believe using pkgcloud + multer will reduce the code required in put, at the same time we add built in functionality for multiple asset services. Selecting a different service would only require changing the config.
Feature: Asset storage
As an implementer
I want to easily switch my storage provider
So that I can experiment with other storage providers with only configuration changes.
Scenario: OpenstackGiven that I want to use Bluemix as my asset storage provider
And that Bluemix the openstack platform for asset storage
When I upload files as content
Then I need those files should be uploaded to Bluemix using openstack's protocols.
Asset storage
Openstack
The text was updated successfully, but these errors were encountered:
vinyl
for file processing, beyond local and s3, is proving problematic as there are not a wide breadth of adapters for commercial asset storage providers. Specifically, openstack, which is used by Bluemix, has no vinyl adapter.Asset storage
The text was updated successfully, but these errors were encountered: