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

Seekable HTTP stream? #5

Closed
ngbrown opened this issue May 27, 2021 · 3 comments
Closed

Seekable HTTP stream? #5

ngbrown opened this issue May 27, 2021 · 3 comments

Comments

@ngbrown
Copy link

ngbrown commented May 27, 2021

I use the Minio and their S3 compatible library so I don't take a reference to the entire S3 library. Also, other HTTP servers support ranges, so a general purpose HTTP client stream seems to be the most useful. It would work against any URL, including S3 servers.

@lee-11
Copy link

lee-11 commented Jun 14, 2021

That's true, and there are other such libraries around. This library specifically addresses streams with the S3 API, protected by IAM.

@ngbrown
Copy link
Author

ngbrown commented Jun 18, 2021

@lee-11 do you know of a library that creates a seekable stream against a URL with the standard .NET HttpClient?

@mlhpdx
Copy link
Owner

mlhpdx commented Jun 18, 2021

I'm not sure what would best fit your needs, but there are a few here on Github. Of those, it looks like https://github.com/maxpiva/NutzCode.Libraries.Web is the most full featured (perhaps overly so since this is really a pretty simple problem), but I've not used it.

@mlhpdx mlhpdx closed this as completed Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants