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

Plumping force_overwrite parameters to {read,write}_{text,bytes} methods #440

Open
hwong557 opened this issue Jun 7, 2024 · 0 comments
Open

Comments

@hwong557
Copy link

hwong557 commented Jun 7, 2024

These methods essentially wrap the open context manager. The open context manager accepts force overwrite kwargs:

force_overwrite_from_cloud: bool = False, # extra kwarg not in pathlib
force_overwrite_to_cloud: bool = False, # extra kwarg not in pathlib

Would you support a PR that:

  • adds force_overwrite_from_cloud to read_{text,bytes}
  • adds force_overwrite_to_cloud to write_{text,bytes}?

Thanks.

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

No branches or pull requests

1 participant