We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
n/a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: