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
(
|
http::DataFunction datafunc; |
)
it looks like it was renamed quite a while ago back in this commit 64ccf5e
i think the docs are auto generated so they just need to be redeployed or something?