0.10.0 • Published 9 months ago

tachyon-drive-blob-storage v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

0.10.0

9 months ago

0.9.0

10 months ago

0.9.1

10 months ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.3.2

1 year ago

0.3.3

1 year ago

0.1.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.3.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago