Skip to content
New issue

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

/vsicurl/ can not be used with all kind of http or ftp resources #102

Closed
jgrocha opened this issue May 31, 2023 · 4 comments
Closed

/vsicurl/ can not be used with all kind of http or ftp resources #102

jgrocha opened this issue May 31, 2023 · 4 comments
Labels

Comments

@jgrocha
Copy link

jgrocha commented May 31, 2023

/vsicurl/ prefix is being added to all resources matching /^(http|ftp)/

if (/^(http|ftp)/.test(p)) {

There are several cases where /vsicurl/ can not be used and /vsicurl_streaming/ should be used instead. In my use case, I'm downloading WFS requests failing with /vsicurl/.

Users can add this prefix by themselves, if they want to. I don't think this should be added by the lib, behind the scenes.

Any comments against removing this from the library? I would like to discuss it before any PR.

@wavded
Copy link
Owner

wavded commented Jun 6, 2023

Would it make sense to use /vsicurl_sreaming/ instead of /vsicurl/ ? Reason being is the API is more accessible if we don't require a user to know to append that to their FTP and HTTP endpoints. Or perhaps we allow an override for advanced uses?

@github-actions
Copy link

github-actions bot commented Jul 7, 2023

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Jul 7, 2023
@wavded wavded removed the stale label Jul 7, 2023
@github-actions
Copy link

github-actions bot commented Aug 7, 2023

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Aug 7, 2023
@github-actions
Copy link

This issue was closed because it has been stalled for 5 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants