Skip to content

AzCopy V10.1.2 Release

Compare
Choose a tag to compare
@adreed-msft adreed-msft released this 17 May 22:19
2cffc9f

Version 10.1.2

Breaking change

  1. Jobs created with earlier releases cannot be resumed with this release. We recommend
    you update to this release only when you have no partially-completed jobs that you want to resume.

Bug fix

  1. Files with Content-Encoding: gzip are now downloaded in compressed form. Previous versions tried to save a
    decompressed version of the file. But they incorrectly truncated it at the original compressed length, so the
    downloaded file was not complete.

    By changing AzCopy to save the compressed version, that problem is solved, and Content-MD5 checks now work for such files. (It is
    assumed that the Content-MD5 hash is the hash of the compressed file.)

New features

  1. Headers for Content-Disposition, Content-Language and Cache-Control can now be set when uploading
    files to Blob Storage and to Azure Files. Run azcopy copy --help to see command line parameter
    information, including those needed to set the new headers.
  2. On-screen job summary is output to the log file at end of job, so that the log will include those summary statistics.