Azurite icon indicating copy to clipboard operation
Azurite copied to clipboard

CRC64 Support

Open XiaoningLiu opened this issue 5 years ago • 6 comments

XiaoningLiu avatar Apr 30 '20 06:04 XiaoningLiu

Hello, is this item planned to be implemented, or not considered anymore?

goksgie avatar Oct 22 '24 19:10 goksgie

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.

blueww avatar Oct 23 '24 03:10 blueww

hey @blueww , thanks! If there are any starting point recommendations to navigate in Azurite codebase, I can try to spend some time.

goksgie avatar Oct 31 '24 09:10 goksgie

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.

blueww avatar Nov 04 '24 02:11 blueww

AH, thanks but what I've meant was where in the code you do integrity checks, checksum calculations and etc...

goksgie avatar Nov 04 '24 09:11 goksgie

@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

blueww avatar Nov 04 '24 09:11 blueww