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

Pipe CLI: respect modification date when syncing - fix for local files and folders #3520

Merged
merged 1 commit into from
May 1, 2024

Conversation

ekazachkova
Copy link
Contributor

This PR provides fixes for issue #3511

  • Fix for local folder source
  • Do not pre-calculate last modification date for local files: this make sense for cloud sources since head object request has already been received but for local files this leads to overhead in cases where the option --sync-newer is disabled which is most often the case.

@ekazachkova ekazachkova requested a review from tcibinan May 1, 2024 10:36
@ekazachkova ekazachkova merged commit 5c70c80 into develop May 1, 2024
4 checks passed
@ekazachkova ekazachkova deleted the issue-3511_sync-newer-fix branch May 1, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants