Version 10.14.0
New features
- Feature to permanently delete soft-deleted
snapshots/versions of the blobs has been added (preview).--permanent-delete=none/snapshots/version/snapshotsandversions
. - Feature to preserve properties and ACLs when copying to Azure file share root directory.
- Pin all APIs to use the default service version
2020-04-08
and let users decide the service version via
AZCOPY_DEFAULT_SERVICE_API_VERSION
environment variable. Previously, few APIs were not respecting theAZCOPY_DEFAULT_SERVICE_API_VERSION
environment variable.
Bug fixes
- Fixed issue in which AzCopy failed to copy to classic blob container with
preserve blob access tier
. - Fixed issue 1630 : AzCopy created extra empty
directories at destination while performing S2S transfer from one ADLS Gen2 account to another ADLS Gen2 account. - Changed the way AzCopy was using to obtain and set ACLs to ensure accuracy.
- Clarify error message for
azcopy sync
when source or destination cannot be detected. - Report error when client provided key(CPK) encryption is applied to DFS endpoint.
- Fixed issue 1596 : AzCopy failed to transfer files
(with '/.' in their path) from AWS S3 to Azure blob storage. - Fixed issue 1474 : AzCopy panicked when trying to re-create an already open plan file.
- Improved handling of Auth error against single file.
- Fixed issue 1640 : Recursive copy from GCS bucket to Azure container failed
withFileIgnored
error when using--exclude-path
. - Fixed issue 1655 : AzCopy panicked when using
--include-before
flag. - Fixed issue 1609 :
blockid
converted to lower case in AzCopy logs. - Fixed issue 1643, issue 1661 : Updated Golang version to
1.16.10
to fix security vulnerabilities in Golang packages.