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

RFC-3911: Remove recursive from deleter #5288

Merged
merged 1 commit into from
Nov 5, 2024
Merged

RFC-3911: Remove recursive from deleter #5288

merged 1 commit into from
Nov 5, 2024

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Nov 5, 2024

Which issue does this PR close?

Part of #3911

Rationale for this change

While revisit this idea, I found that there is no need for deleter to have recursive. Users who want remove dir recursively can just use op.lister_with(path).recursive(true) and pass to deleter.

What changes are included in this PR?

Remove recursive from deleter

Are there any user-facing changes?

RFC Changes.

@Xuanwo Xuanwo requested review from hoslo and dqhl76 November 5, 2024 14:36
Copy link
Member

@dqhl76 dqhl76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks 🚀

@Xuanwo
Copy link
Member Author

Xuanwo commented Nov 5, 2024

Thank you @dqhl76 for helping review this!

@Xuanwo Xuanwo merged commit 6ad9b50 into main Nov 5, 2024
80 checks passed
@Xuanwo Xuanwo deleted the polish-deleter-api branch November 5, 2024 14:59
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