linkedin / ambry

Distributed object store
https://github.com/linkedin/ambry/wiki
Apache License 2.0
1.74k stars 275 forks source link

[DR] Get blob-content CRC of Azure blobs #2795

Closed snalli closed 2 months ago

snalli commented 3 months ago

We are going to compare CRC of blob from server and from Azure. This patch adds code to get blob-content CRC of Azure blobs recovered and stored in the local disk of backup-verification-app,. Refactored the code so that the same method runs in server and in verification-app to fetch CRC from local blob store.