the-azure-storage
v1.2.0
Published
Azure storage wrapper
Downloads
9
Readme
the-azure-storage
Azure storage wrapper
Installation
$ npm install the-azure-storage --saveUsage
'use strict'
const { TheAzureStorage } = require('the-azure-storage')
async function tryExample () {
const storage = new TheAzureStorage('account__xxxxx', 'accessKey__xxxxxx', {})
await storage.update('hoge.txt', {
as: 'hoge.txt',
})
}
tryExample().catch((err) => console.error(err))
API Guide
License
This software is released under the MIT License.
