You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The --block-blob-tier=Hot is dropped when performing the upload. As a result, the blob always ends up at the default tier. This is not the desirable behavior for a premium block blob storage account. The platform team wants to allow customers to directly upload blobs to a specific tier.
How can we reproduce the problem in the simplest way?
Create a premium block blob storage account. Use such a command to upload a block blob to a Hot/Cool/Cold/Archive tier.
Which version of the AzCopy was used?
Note: The version is visible when running AzCopy without any argument
10.20.1
Which platform are you using? (ex: Windows, Mac, Linux)
All
What command did you run?
./azcopy copy "/Users/chunanye/Documents/bad_webpack.js" "https://jasonpremiumblock.blob.core.windows.net/first/bad_webpack.js?sv=2021-10-04&st=st_datetime&se=se_datetime&sr=c&sp=cw&sig=sig_redacted" --overwrite=true --from-to=LocalBlob --blob-type BlockBlob --follow-symlinks --cap-mbps 1000 --check-length=false --put-md5 --follow-symlinks --block-blob-tier=Hot --disable-auto-decoding=false --recursive --log-level=DEBUG;
What problem was encountered?
The --block-blob-tier=Hot is dropped when performing the upload. As a result, the blob always ends up at the default tier. This is not the desirable behavior for a premium block blob storage account. The platform team wants to allow customers to directly upload blobs to a specific tier.
How can we reproduce the problem in the simplest way?
Create a premium block blob storage account. Use such a command to upload a block blob to a Hot/Cool/Cold/Archive tier.
Have you found a mitigation/solution?
Not yet.
Related issue:
microsoft/AzureStorageExplorer#7123
The text was updated successfully, but these errors were encountered: