the MinIO C++ Client API Reference linked to in README.md is very old and contains inaccurate information
@jiuker is already working on this.
Since Jul 30, 2026.
- Dominant language
- C++
- Stars
- 223
- Forks
- 89
- Avg merge
- 2h 59m
- Merged PRs (30d)
- 7
Description
for instance https://minio-cpp.min.io/structminio_1_1s3_1_1GetObjectArgs.html says that GetObjectArgs should have a property data_callback but actually that property is called datafunc (https://github.com/minio/minio-cpp/blob/49e578d286cc0abdfbe92cdd5a643ad893b7a619/include/miniocpp/args.h#L207)
it looks like it was renamed quite a while ago back in this commit https://github.com/minio/minio-cpp/commit/64ccf5e0a94c333bd2a66dd271130ab310bca002
i think the docs are auto generated so they just need to be redeployed or something?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.