symphonicc / multer-azure-blob-storage

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

Update to use newer @azure/storage-blob dependency #33

Closed sschwinn-fdot closed 1 year ago

sschwinn-fdot commented 1 year ago

The current version of this package is based on an older Microsoft blob storage package, azure-storage, that does not allow Azure Credentials authentication. I needed that so I rewrote it to use their newer package, @azure/storage-blob, that does support it. Also includes refresh of other dependencies.

It should be fully backward compatible, no breaking changes. I tested it successfully - test code is available here. https://github.com/sschwinn-fdot/multer-azure-storage-test

sschwinn-fdot commented 1 year ago

Published as new package instead.