symphonicc / multer-azure-blob-storage

ES6 & Typescript friendly multer storage engine for Azure's blob storage.
MIT License
19 stars 25 forks source link

Fixed bug #8 - Use constants that exist in azure-storage to map to #9

Closed TofuDaCat closed 6 years ago

TofuDaCat commented 6 years ago

We should be using Azure's constants rather than guessing their strings, for example, 'private' is an invalid publicAccessType.