UNPKG

@tweedegolf/sab-adapter-azure-blob

Version:

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

32 lines (31 loc) 854 B
{ "name": "@tweedegolf/sab-adapter-azure-blob", "version": "1.0.7", "description": "Provides an abstraction layer for interacting with Microsoft Azure Blob Storage cloud service.", "main": "dist/index/AdapterAzureBlob.js", "types": "dist/index/AdapterAzureBlob.d.ts", "homepage": "https://github.com/tweedegolf/storage-abstraction/", "repository": "https://github.com/tweedegolf/storage-abstraction/", "dependencies": { "@azure/storage-blob": "^12.17.0", "@azure/identity": "^4.0.1" }, "scripts": {}, "keywords": [ "microsoft azure blob", "amazon s3", "storage", "storage abstraction", "cloud filesystem", "google cloud", "backblaze b2", "cloudflare r2", "cubbit", "minio" ], "author": "daniel@tweedegolf.nl", "license": "MIT", "publishConfig": { "access": "public" } }