Microsoft Azure Storage SDK for Node.js
Перейти к файлу
microsoft-github-policy-service[bot] 6873387fc6
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-03-28 16:48:37 +00:00
browser Updated changelog for 3.0.100 2019-08-19 21:49:37 -07:00
examples Update dependencies in ExpressJS blob uploader sample 2018-01-08 20:50:34 -08:00
jsdoc Update jsdoc title to including JavaScript 2018-04-19 02:21:41 -07:00
lib Update dependency mark to make it use more recent version automatically. 2021-12-30 10:10:27 +08:00
test Fix test issues which are caused by short expiry time 2021-05-19 19:19:25 -07:00
typings Add `host` property to `StorageServiceClient` 2020-04-13 20:34:47 -07:00
.gitattributes Storage Client Library - 0.7.0 2015-12-18 09:47:43 +08:00
.gitignore Remove SharedKey auth & SAS generation from browser bundle 2019-08-19 21:49:37 -07:00
.jshintignore Storage Client Library - 0.1.0 2014-06-12 15:05:59 -07:00
.jshintrc Added browseri specific APIs for uploading files and blobs 2017-07-13 02:31:47 -07:00
.npmignore Exclude the test folder from NPM package 2016-03-24 09:18:31 +08:00
.travis.yml 2.10.3 & 2.10.103 2019-03-27 16:33:22 +08:00
BreakingChanges.md Update BreakingChanges.md 2018-09-29 02:07:25 -07:00
CONTRIBUTING.md Update Contributing.md for using maser branch to maintain changes . 2020-04-14 00:05:14 -07:00
CONTRIBUTORS.txt Storage Client Library - 0.1.0 2014-06-12 15:05:59 -07:00
ChangeLog.md Update dependency mark to make it use more recent version automatically. 2021-12-30 10:10:27 +08:00
ISSUE_TEMPLATE.md Update issue template & readme links; 2019-08-19 21:49:37 -07:00
LICENSE.txt Storage Client Library - 0.1.0 2014-06-12 15:05:59 -07:00
README.md Remove details about of the readme to only redirect to latest storage JS SDKs and indicate that the package is deprecated. 2021-12-31 13:47:23 +08:00
SECURITY.md Microsoft mandatory file 2023-01-24 17:26:53 +00:00
gruntfile.js 2.10.3 & 2.10.103 2019-03-27 16:33:22 +08:00
karma.conf.js Refactred test cases for browsers - drop key based cases from browser testing scope 2019-08-19 21:49:37 -07:00
package-lock.json Update dependency mark to make it use more recent version automatically. 2021-12-30 10:10:27 +08:00
package.json Update dependency mark to make it use more recent version automatically. 2021-12-30 10:10:27 +08:00
tsconfig.json Refine the type script definition files 2016-09-21 14:44:02 +08:00
typings.json Refine the type script definition files 2016-09-21 14:44:02 +08:00

README.md

Legacy Azure Storage SDK for JavaScript

NPM version Build Status Coverage Status

This project provides the legacy Node.js package azure-storage which is browser compatible to consume and manage Microsoft Azure Storage Services like Azure Blob Storage, Azure Queue Storage, Azure Files and Azure Table Storage

Please note, newer packages @azure/storage-blob, @azure/storage-queue and @azure/storage-file are available as of November 2019 and @azure/data-tables is available as of June 2021 for the individual services. While the legacy azure-storage package will continue to receive critical bug fixes, we strongly encourage you to upgrade.

Below are a set of links with information on both the latest and legacy packages for the different Storage services from Azure. For more, please read State of the Azure SDK 2021

Package Version Description API Reference Links Migration Guide Links
@azure/storage-blob v12 The next generation SDK for Azure Blob Storage API Reference for Blob SDK Migration Guide from azure-storage to @azure/storage-blob
@azure/storage-queue v12 The next generation SDK for Azure Queue Storage API Reference for Queues SDK Migration Guide from azure-storage to @azure/storage-queue
@azure/storage-file-share v12 The next generation SDK for Azure Files API Reference for Files SDK Migration Guide from azure-storage to @azure/storage-file-share
@azure/data-tables v12 The next generation SDK for Azure Table Storage API Reference for Tables SDK Migration Guide from azure-storage to @azure/data-tables
azure-storage v2 Legacy Storage SDK in this repository (Blob/Queue/File/Table, callback style) API Reference for legacy Storage SDK
@azure/arm-storage v7 & above Management SDKs including Storage Resource Provider APIs API Reference for Storage Management SDK