1.2.0 • Published 5 years ago

the-azure-storage v1.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

the-azure-storage

Build Status npm Version JS Standard

Azure storage wrapper

Installation

$ npm install the-azure-storage --save

Usage

'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.

Links

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago