CRC64 Support
Hello, is this item planned to be implemented, or not considered anymore?
This is still not implemented. We are working on some other high priority features like blob tag.
Azurite welcome contribution! It would be great if you could raise a PR to add this feature.
hey @blueww , thanks! If there are any starting point recommendations to navigate in Azurite codebase, I can try to spend some time.
Hi @goksgie
You might can first clone the github repo to your local machine, build a private azurite and run it with https://github.com/Azure/Azurite?tab=readme-ov-file#github. Then you can open the code in VS code, and develop it as a normal VS code project.
AH, thanks but what I've meant was where in the code you do integrity checks, checksum calculations and etc...
@goksgie
Thanks for the cliarfication! You might can refer how to ContentMD5 is implemented in Azurite for CRC64 implantation: https://github.com/Azure/Azurite/blob/1dd0784621a0e6069a7ccf4f4560d2bda6803a44/src/blob/handlers/BlockBlobHandler.ts#L75