Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

Add blobtier support #597

Closed xiafu-msft closed 5 years ago

xiafu-msft commented 5 years ago

Add BlobTier Support For CopyBlob/PutBlob/PutBlockList related APIs. So when users want to create or copy blobs, they could put the blob on the tier they want by specifying standard_blob_tier parameter.

xiafu-msft commented 5 years ago

Those six new tests are failed.. I guess it's because we are using a preprod account for testing. All of the tests passed when I ran the tests locally for both live and record mode.