Peter Bull

Results 263 comments of Peter Bull

I see the same behavior and debug logs as @goncalopp on Ubuntu 18.04 after downloading the 0.8.0 release. Any other debug info I can gather that would be helpful?

Do you need to parse the AWS cloud URLs into their constituent parts? IIRC, there are a fair number of different variations on these URLs that would need to be...

Gotcha. I think the only URLs that we would scope to handle are links to files that are actually on one of the cloud providers, not generic URLs. For generic...

This just got mentioned in #252. One of the big things missing there is the research to track down documentation of the potential URL formats. Even just for S3, there...

> URLs could be automatically routed to a S3Path Yep, what you are describing is the feature that is tracked in this issue. > complexity of the different S3 URLs...

Thanks for reporting @cedricdonie. Did you try the latest version on [PyPI as well (0.9.0)](https://pypi.org/project/cloudpathlib/)? That also has the fix. That said, we no longer support [Python 3.6 since it...

This is a won't fix. The `glob` logic is too complicated to try to fix this just for these old versions of Python. Plus, it looks like current [Debian stable](https://packages.debian.org/stable/python3)...

Yeah, I definitely appreciate that copying (especially trees) is annoying when using the `pathlib.Path` object. I do wish the built-in had copy and copytree methods. That said, I'm not inclined...

This is a great point, thanks @analog-cbarber. Do you know if there is a list of all the different kinds of storage URLs we might need to generate to work...