-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot copy Cold tier Blob #2447
Comments
Hi @gapra-msft Thank you for sending info. AzCopy log say
Destination Storage Account is GPv2. If AzCopy doesn't support Cold tier, Could you please update official Doc? https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview#cold-tier |
Thanks for reporting this issue, there may be a bug. So I can reproduce, are you just trying to copy a source blob that has tier Cold? |
@SugaMi I have identified the issue and have created a PR to resolve it. This should be available in our next release. |
Hi @gapra-msft Thank you for checking my report and fixing this bug. |
The 10.22.0 version was just released. Closing this issue as a result. |
Which version of the AzCopy was used?
10.21.2
Note: The version is visible when running AzCopy without any argument
Which platform are you using? (ex: Windows, Mac, Linux)
Windows
What command did you run?
azcopy.exe copy "https://.blob.core.windows.net/nfs/sample?sp=racwdymeop&st=2023-11-13T06:06:13Z&se=2023-11-13T14:06:13Z&spr=https&sv=2022-11-02&sr=b&sig=" "https://.blob.core.windows.net/copytest?sp=racwdli&st=2023-11-13T06:06:51Z&se=2023-11-13T14:06:51Z&spr=https&sv=2022-11-02&sr=c&sig="
Note: Please remove the SAS to avoid exposing your credentials. If you cannot remember the exact command, please retrieve it from the beginning of the log file.
What problem was encountered?
I cannot copy Cold tier blob to another Storage Account.
I think this Go SDK version doesn't support Cold tier.
v1.2.0 supports Cold tier.
https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/storage/azblob/CHANGELOG.md#120-2023-10-11
How can we reproduce the problem in the simplest way?
Upload blob as Cold tier and copy this blob to another Storage
Have you found a mitigation/solution?
AzCopy should update Go SDK.
The text was updated successfully, but these errors were encountered: