[#188]:svarga:feature, add HDF5 S3 / ROS3 VFD support#190
Merged
Conversation
…, and v2 credential paths
…es and limitations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
h5::ros3/h5::fapl_ros3property class wrappingH5Pset_fapl_ros3— the HDF5 Read-Only S3 VFD — guarded byH5_HAVE_ROS3_VFDh5::have_ros3_vfdconstexpr boolfapl_rest_vol/kitacomment (pre-1.12 REST VOL API now replaced byH5Pset_vol)test/H5FDros3.cpp) + opt-in live network test against verified public bucket (-DH5CPP_NETWORK_TESTS=ON)examples/s3/s3.cpp) demonstrates all three credential modes usingh5::lsfor directory listingdocs/s3.md) covers prerequisites, API reference, and limitationsTest plan
cmake -S . -B build && cmake --build build --parallel && ctest --test-dir build --output-on-failurepasses (offline tests)cmake -DH5CPP_NETWORK_TESTS=ONand runtest-h5fdros3_networkwith outbound S3 access to confirm live open ofs3://rhdf5-public/h5ex_t_array.h5cmakestatus line printsH5CPP: ROS3 VFD detectedon a standard Ubuntu HDF5 installH5CPP_NETWORK_TESTS=OFF(default) on CI🤖 Generated with Claude Code