anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
60 stars 51 forks source link

Add checksums in the header during a deploy #175

Closed foutoucour closed 2 months ago

foutoucour commented 2 months ago

Description

See the issue #80

Fixes # (issue)

Type of change

Checklist:

foutoucour commented 2 months ago

ping @heliocastro @anancarv

foutoucour commented 2 months ago

hey @heliocastro It makes sense. I updated the code with a boolean to enable the generation of the checksums. It is disabled by default.

foutoucour commented 2 months ago

hey @anancarv I reviewed the code based on your feedback. Let me know if it needs more!

foutoucour commented 2 months ago

Thank you for the feedback @anancarv . I fixed the code.