minio-cpp
minio-cpp copied to clipboard
the MinIO C++ Client API Reference linked to in README.md is very old and contains inaccurate information
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?