loopback-azure-storage-provider
v0.1.0
Published
Azure Storage provider for loopback-component-storage
Maintainers
Readme
loopback-azure-storage-provider
This is a provider for loopback-component-storage to deal with Azure Storage file share.
I've built this package because pkgcloud doesn't seem to update Azure Storage management which is not working.
this provider is based on Microsoft azure-storage package.
Install
$ npm install loopback-azure-storage-providerDatasource settings
{
"myAzureStorage": {
"name": "myAzureStorage",
"connector": "loopback-component-storage",
"provider": "loopback-azure-storage-provider",
"share": "{{THE NAME OF THE FILE SHARE}}",
"storageAccount": "{{THE NAME OF AZURE STORAGE ACCOUNT}}",
"storageAccessKey": "{{AZURE STORAGE ACCESS KEY}}"
}
}TODO
Implement translations for strong-globalize
