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

Perform exclusions before accessing file/dir #501

Merged
merged 19 commits into from
Jun 15, 2024

Conversation

luca-medeiros-reef
Copy link
Contributor

resolves #496

The method _walk_relative_paths attempts to yield a File object for each file under a folder, applying exclusion policies only after accessing the file or directory attributes.

This PR is a refactoring of _walk_relative_paths, ensuring that excluded paths are skipped.

@mjurbanski-reef mjurbanski-reef merged commit 1b3189e into Backblaze:master Jun 15, 2024
27 checks passed
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.

Warnings on excluded files
2 participants