fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
251 stars 44 forks source link

Fix s3 path with plus #76

Closed ap-- closed 2 years ago

ap-- commented 2 years ago

Closes #45

Hello everyone,

This PR fixes UPath for cloud paths with characters with special meaning in regular expressions (i.e. "+"). Tests are included.

Cheers, Andreas 😃