symphonicc / multer-azure-blob-storage

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

Use constants that exist in azure-storage to map to public access type #8

Closed TofuDaCat closed 6 years ago

TofuDaCat commented 6 years ago

It turns out, 'private' isn't a valid publicAccessType, luckily azure-storage has blob utilities that map properly with Azure that we can use.

BlobUtilities.BlobContainerPublicAccessType