-
Notifications
You must be signed in to change notification settings - Fork 246
Description
Which version of the AzCopy was used?
Note: The version is visible when running AzCopy without any argument
Version affected: azcopy version 10.29.1
Last stable version: azcopy version 10.28.0
Which platform are you using? (ex: Windows, Mac, Linux)
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.20.6
PRETTY_NAME="Alpine Linux v3.20"
What command did you run?
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.
$"azcopy copy \"{from}\" \"{to}\" --block-blob-tier {accessTier} --log-level ERROR"
What problem was encountered?
After update the version from 10.28.0
to 10.29.1
some operation start failing with the follow error:
`Copy error due to non-existent source: https://[MyStorage].blob.core.usgovcloudapi.net/[MyBlob].
Error message: "Process unsuccessful with exit code: 1. Output: INFO: Scanning...
INFO: Login with Workload Identity succeeded
INFO: Authenticating to destination using Azure AD
INFO: Authenticating to source using Azure AD
failed to perform copy command due to error: failed to initialize enumerator: The specified file was not found.`
If the command is executed a second time, the copy is successful.
How can we reproduce the problem in the simplest way?
Doing thousands of copies, some of the copies is going to fail.
Have you found a mitigation/solution?
Rollback to version 10.28.0