We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
this is probably out of the scope of this package... but improving URI/URL handling is probably something to consider.
See discussion at https://discourse.julialang.org/t/join-parts-of-a-url-joinpath/12441/12 about joinpath for URL.
joinpath
Kind regards
The text was updated successfully, but these errors were encountered:
Maybe? We currently support converting arbitrary file path types to URI types by calling URI(p"s3://mybucket/foo/bar").
URI(p"s3://mybucket/foo/bar")
Sorry, something went wrong.
No branches or pull requests
Hi,
this is probably out of the scope of this package... but improving URI/URL handling is probably something to consider.
See discussion at https://discourse.julialang.org/t/join-parts-of-a-url-joinpath/12441/12 about
joinpath
for URL.Kind regards
The text was updated successfully, but these errors were encountered: