UNPKG

@tweedegolf/sab-adapter-azure-blob

Version:

Provides an abstraction layer for interacting with Microsoft Azure Blob Storage cloud service.

21 lines (13 loc) 473 B
# 1.0.7 - add support for optional config option `blobDomain` # 1.0.6 - add support for optional key `useSignedUrl` in options object `getFileAsUrl` # 1.0.5 - fix bug in selected bucket # 1.0.3 - revert to v1 format of config URLs - re-implement storing the selected bucket in local state - `selectBucket` and `geSelectedBucket` - also implemented as getter `storage.bucketName = "the-buck";` and setter `console.log(storage.bucketName);` - fix dependencies