forked from ZJONSSON/parquetjs
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Upgrade to AWS SDK V3 #32
Labels
enhancement
New feature or request
Comments
Might be worth looking at ZJONSSON#64 |
36 tasks
Merged
shannonwells
added a commit
that referenced
this issue
Jan 30, 2024
Problem ======= Support AWS S3 V3 streams while retaining support for V2. V2 may be removed later. Closes #32 with @wilwade , @pfrank13 Change summary: --------------- * support V3 in reader.ts * add tests * use `it.skip` instead of commenting out test code. --------- Co-authored-by: Wil Wade <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Expected behaviour
Actual behaviour
Seems it used AWS V2 SDK
Any other comments?
Not so much a bug per se but rather a request to update this library to support AWS SDK V3
This is how we solved it in our application
Notes
Points: 3
The text was updated successfully, but these errors were encountered: