tachyon-drive-blob-storage
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

tachyon-drive-blob-storage

Azure Blob storage driver implementation

Initialize simple JSON Azure Blob storage driver

const driver = new AzureBlobStorageDriver('AzureBlobStorageDriver', connectionString, 'container', 'store.json', bufferSerializer);

Initialize crypt processor with JSON Azure Blob storage driver

// requires install tachyon-drive-node-fs
const processor = new CryptoBufferProcessor(Buffer.from('some-secret-key'));
const driver = new AzureBlobStorageDriver('CryptAzureBlobStorageDriver', connectionString, 'container', 'store.aes', bufferSerializer, processor);

see more on NPMJS tachyon-drive

Package Sidebar

Install

npm i tachyon-drive-blob-storage

Weekly Downloads

7

Version

0.3.3

License

MIT

Unpacked Size

14.3 kB

Total Files

5

Last publish

Collaborators

  • mharj