Skip to content

@azure/storage-blob_12.3.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 11 Nov 02:30
126551c

12.3.0 (2020-11-10)

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