@azure/storage-blob
Advanced tools
Comparing version 12.3.0-alpha.20201030.1 to 12.3.0-alpha.20201104.1
@@ -5,2 +5,3 @@ # Release History | ||
- Added `BlockBlobClient.uploadData(data: Buffer | Blob | ArrayBuffer | ArrayBufferView, options)` for parallel uploading. It's avaiable in both Node.js and browsers. | ||
- Added new SAS permissions Move(m) and Execute(e) for Blob and Container. Also supports specifying an authorized object ID via `saoid` and a correlation ID via `scid` for user delegation SAS. | ||
@@ -7,0 +8,0 @@ |
{ | ||
"name": "@azure/storage-blob", | ||
"sdk-type": "client", | ||
"version": "12.3.0-alpha.20201030.1", | ||
"version": "12.3.0-alpha.20201104.1", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - Blob", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
@@ -81,3 +81,3 @@ # Azure Storage Blob client library for JavaScript | ||
- `generateBlobSASQueryParameters()` | ||
- Parallel uploading and downloading | ||
- Parallel uploading and downloading. Note that `BlockBlobClient.uploadData()` is available in both Node.js and browsers. | ||
- `BlockBlobClient.uploadFile()` | ||
@@ -84,0 +84,0 @@ - `BlockBlobClient.uploadStream()` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6110734
74779