Azure / azure-storage-python

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

[Blob][BlobTier]Add BlobTier Support For CopyBlob/PutBlob/PutBlockList #599

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.

codecov-io commented 5 years ago

Codecov Report

Merging #599 into dev will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #599      +/-   ##
==========================================
- Coverage   86.96%   86.94%   -0.03%     
==========================================
  Files          52       52              
  Lines        4895     4895              
  Branches      525      525              
==========================================
- Hits         4257     4256       -1     
  Misses        469      469              
- Partials      169      170       +1
Impacted Files Coverage Δ
...torage-blob/azure/storage/blob/blockblobservice.py 91.8% <ø> (ø) :arrow_up:
...storage-blob/azure/storage/blob/baseblobservice.py 92.96% <ø> (ø) :arrow_up:
...torage-blob/azure/storage/blob/_upload_chunking.py 71.96% <0%> (-0.38%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aa237f3...a1be08a. Read the comment docs.