You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added support for Python 3.14 (Issue #529, PR #530)
Changed CloudPath.copy to have the first parameter named target instead of destination and added new follow_symlinks and preserve_metadata kwargs. Breaking change for users that relied on the first parameter being named destination instead of target.
Added CloudPath.copy_into to copy a file or directory into another file or directory.
Added CloudPath.move to move a file or directory to another location.
Added CloudPath.move_into to move a file or directory into another file or directory.
Added CloudPathInfo and CloudPath.info to get information about a file or directory.
Added additional no-op kwargs to mkdir, touch, glob, rglob, stat to match pathlib.