Summary
when using any of the upload actions pulp-cli should check if an object with the same checksum already exists on the server
This can already be done as 2 step process but i see no reason why this shouldn’t be the default behaviour
Maybe this is a design decision to keep the calls 1:1 with the API but in this case its a client side activity that needs to occur
Versions
n/a
Examples
n/a
Summary
when using any of the upload actions pulp-cli should check if an object with the same checksum already exists on the server
This can already be done as 2 step process but i see no reason why this shouldn’t be the default behaviour
the md5checksum is a bit expensive so constrain it so file size is larger that some configured value
Potentially limit the asset search to a give repo
Maybe this is a design decision to keep the calls 1:1 with the API but in this case its a client side activity that needs to occur
Versions
n/a
Examples
n/a