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

get-objects/put-objects --skip and --skip-hash options #79

Open
simonw opened this issue Sep 15, 2022 · 1 comment
Open

get-objects/put-objects --skip and --skip-hash options #79

simonw opened this issue Sep 15, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Sep 15, 2022

Idea:

  • --skip to skip downloading a file if it already exists with the same filename
  • --skip-hash to skip downloading a file if it already exists AND the MD5 hash has not changed (more expensive as needs to calculate the local hash)

Originally posted by @simonw in #78 (comment)

@simonw simonw added the enhancement New feature or request label Sep 15, 2022
@simonw
Copy link
Owner Author

simonw commented Sep 15, 2022

Can add this for put-objects too:

@simonw simonw changed the title get-objects --skip and --skip-hash options get-objects/put-objects --skip and --skip-hash options Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant