az storage blob upload fails with --content-md5 fails on azure-cli 2.34.0 #21494
Labels
Auto-Assign
Auto assign by bot
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Storage
az storage
Milestone
Describe the bug
Command Name
az storage blob upload ... --content-md5 ...
Errors:
To Reproduce:
echo 12765 > /tmp/upload-test-12765.txt
openssl dgst -md5 -binary /tmp/upload-test-12765.txt | base64
az storage blob upload --verbose --container-name stuff-and-things --file /tmp/upload-test-12765.txt --content-md5 y3N9S9wst5SO/myHRqM1uQ== --name dev/test-12765.txt
Expected Behavior
Should not fail.
It works on 2.33.1.
On 2.34.0 it works without
--content-md5
option.Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: