We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd46e6 commit c6b705dCopy full SHA for c6b705d
1 file changed
pyartifactory/objects/artifact.py
@@ -125,6 +125,7 @@ def deploy(
125
raise ArtifactNotFoundError(message)
126
raise ArtifactoryError from error
127
else:
128
+ headers["X-Checksum-Deploy"] = "false"
129
with local_file.open("rb") as stream:
130
self._put(route=route, headers=headers, data=stream)
131
0 commit comments