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

Replace AWS S3 client in H5Coro with local HttpClient #52

Closed
jpswinski opened this issue Mar 2, 2021 · 1 comment
Closed

Replace AWS S3 client in H5Coro with local HttpClient #52

jpswinski opened this issue Mar 2, 2021 · 1 comment

Comments

@jpswinski
Copy link
Member

Currently, the only external dependency on the H5Lite module is the AWS S3 library in order to perform a range GET request to S3. This could be replaced with a simple HttpClient module that makes a REST API request to S3.

@jpswinski jpswinski changed the title Replace AWS S3 client in H5Lite with local HttpClient Replace AWS S3 client in H5Coro with local HttpClient Aug 17, 2021
@jpswinski
Copy link
Member Author

This has been done - the new code is in the S3CurlIODriver module. The aws sdk is no longer a dependency for SlideRule.

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

1 participant