Azure / azure-storage-azcopy

The new Azure Storage data transfer utility - AzCopy v10
MIT License
614 stars 222 forks source link

Fallback to LMT on missing source hash #2866

Open gapra-msft opened 1 week ago

gapra-msft commented 1 week ago

Description

Type of Change

How Has This Been Tested?

I have added an e2e test that should cover all scenarios for source hash

  1. hash present and equal
  2. hash present and not equal
  3. hash missing and source LMTafter destination
  4. hash missing and source LMT before destination Please see the comments in the test for more info

Thank you for your contribution to AzCopy!