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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 10.23.0
New Features
Added support to ignore the error and output a summary if a cancelled job has already completed through the use of the --ignore-error-if-completed flag. (#2519)
Added support for high throughput append blob. Append blob block size can now be set to up to 100 MB. (#2480)
Added support to exclude containers when transferring from account to account through the use of the --exclude-container flag. (#2504)
Bug Fixes
Fixed an issue where specifying AZCOPY_AUTO_LOGIN_TYPE in any form other than uppercase would be incorrectly parsed. (#2499)
Fixed an issue where a failure to rename a file from the temporary prefix to the file name would not be considered to be a failed transfer. (#2481)
Fixed an issue where closing the log would panic for benchmark jobs. (#2537)
Fixed an issue where --preserve-posix-properties would not work on download. (#2497)
Fixed an issue where --decompress would not be honored in Linux. (#2392)
Fixed an issue where log files would miss the .log extension. (#2529)
Fixed an issue where AzCopy would fail to set metadata properties on a read only directory when using the --force-if-read-only flag. (#2515)
Fixed an issue where the AzCopy log location on resumed jobs would be reported incorrectly. (#2466)
Fixed an issue with preserving SMB properties in Linux. (#2530)
Fixed an issue where long-running service to service copies using OAuth at the source would result in the token expiring too early. (#2513)
Fixed an issue where AzCopy would try to create folders that already existed, resulting in many unnecessary requests. (#2511)
Documentation
Updated --include-directory-stub inline help to match public documentation. (#2488)