Version 10.3.3
New features
azcopy list
is now supported on Azure Files and ADLS Gen 2, in addition to Blob Storage.- The
--exclude-path
flag is now supported in thesync
command. - Added new environment variable
AZCOPY_USER_AGENT_PREFIX
to allow a prefix to be appended to the user agent strings.
Bug fixes
- Content properties (such as Content-Encoding and Cache-Control) are now included when syncing Blob -> Blob and Azure
Files -> Azure Files - Custom metadata is now included when syncing Blob -> Blob and Azure Files -> Azure Files
- The
azcopy list
command no longer repeats parts of its output. (Previously it would sometimes repeat itself and show the same blob multiple times in the output.) - The
--aad-endpoint
parameter is now visible, instead of hidden. It allows use of Azure Active Directory
authentication in national clouds (e.g. Azure China). - On Windows, AzCopy now caches information about which proxy server should be used, instead of looking it up every
time. This significantly reduces CPU
usage when transferring many small files. It also solves a rare bug when transfers got permanently "stuck" with
one uncompleted file. - When uploading to a write-only destination, there is now a clearer error message when the built-in file length check
fails. The message says how to fix the problem using--check-length=false
. - Size checks on managed disk imports are now clearer, and all run at the start of the import process instead of the end.