kvikio
kvikio copied to clipboard
S3 support
Implements AWS S3 read support.
Tasks
- [x] Make the dependency of AWS SDK optional
- [x] Test with a libcudf io source (https://github.com/rapidsai/cudf/pull/16499)
- [x] Docs
Built the C++ wheel locally with https://github.com/rapidsai/ci-imgs/pull/168, and confirmed that it found aws-sdk-cpp, though I did not build the Python wheel or run the tests.
https://github.com/rapidsai/ci-imgs/pull/168 has just been merged. This will be ready to test again once the images are rebuilt.
@wence- thanks for the review, I think I have addressed all of your suggestions
@KyleFromNVIDIA, what is the status of the building work? Is it ready for review/merge?
@madsbk Would you please share the status of this work? Are you planning to include AWS C++ SDK changes in 24.12?
@madsbk Would you please share the status of this work? Are you planning to include AWS C++ SDK changes in 24.12?
The plan is to use libcurl instead of aws-s3-sdk to support S3. First step implemented by https://github.com/rapidsai/kvikio/pull/464.
Replaced by #479.