-
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
The --preserve-posix-properties
only works copying to BLOB stroage
#2497
Comments
@edwardsp Could you please share debug level logs for the AzCopy command when you are trying to download? |
@gapra-msft Here is the log:
|
@edwardsp Thanks for sharing the log, I think I have an idea as to what is going on here. We will work on getting a reproduction and fix as soon as we can. Future dev notes: common.unixStatAdapter.ReadStatFromMetadata does not take into account that the metadata could be returned with an initial capital letter, and I believe that is where the issue is for this bug. |
Closing this issue as a PR was merged that will be released as part of 10.23.0 which will resolve this issue. |
Which version of the AzCopy was used?
Note: The version is visible when running AzCopy without any argument
AzCopy 10.22.0
Which platform are you using? (ex: Windows, Mac, Linux)
Linux
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.
What problem was encountered?
The
--preserve-posix-properties
flag only works copying to BLOB stroageHow can we reproduce the problem in the simplest way?
See above
Have you found a mitigation/solution?
No
The text was updated successfully, but these errors were encountered: