Version 10.11.0
New features
- Improved performance for copying small blobs (with size less than
256MiB
) with Put Blob from URL. - Added mirror mode support in sync operation via
mirror-mode
flag. The new mode disables last-modified-time based comparisons and overwrites the conflicting files and blobs at the destination if this flag is set to true. - Added flag
disable-auto-decoding
to avoid automatic decoding of URL-encoded illegal characters when uploading from Windows. These illegal characters could have encoded as a result of downloading them onto Windows which does not support them. - Support custom mime type mapping via environment variable
AZCOPY_CONTENT_TYPE_MAP
. - Output message on the CLI when AzCopy detects a proxy for each domain.
- Interpret DFS endpoints as Blob endpoint automatically when performing service-to-service copy.
Bug fixes
- Tolerate enumeration errors for Azure Files and not fail the entire job when a directory is deleted/modified during scanning.
- Log skipped transfers to the scanning log.
- Fixed pipe upload by adding missing fields such as Metadata, Blob Index Tags, Client Provided Key, Blob Access Tier, etc.
- Fixed issue of clean up for the benchmark command.