Skip to content
New issue

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

Support deduplication before upload occurs #1082

Open
514amir opened this issue Sep 19, 2024 · 0 comments
Open

Support deduplication before upload occurs #1082

514amir opened this issue Sep 19, 2024 · 0 comments
Labels
feature request New feature request (template-set)

Comments

@514amir
Copy link

514amir commented Sep 19, 2024

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

@514amir 514amir added feature request New feature request (template-set) Triage-Needed Needs to be reviewed at next pulp-cli mtg labels Sep 19, 2024
@ggainey ggainey removed the Triage-Needed Needs to be reviewed at next pulp-cli mtg label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request (template-set)
Projects
None yet
Development

No branches or pull requests

2 participants