cloudpathlib
cloudpathlib copied to clipboard
Plumping force_overwrite parameters to `{read,write}_{text,bytes}` methods
These methods essentially wrap the open context manager. The open context manager accepts force overwrite kwargs:
https://github.com/drivendataorg/cloudpathlib/blob/08b018b36f90f89003e0c9e5ebd19030b41c2433/cloudpathlib/cloudpath.py#L552-L553
Would you support a PR that:
- adds
force_overwrite_from_cloudtoread_{text,bytes} - adds
force_overwrite_to_cloudtowrite_{text,bytes}?
Thanks.