minio / minio-cpp

MinIO C++ Client SDK for Amazon S3 Compatible Cloud Storage
https://minio-cpp.min.io/
Apache License 2.0
127 stars 53 forks source link

Unexpanded user agent string #161

Closed piotr-topnotch closed 4 weeks ago

piotr-topnotch commented 1 month ago

In the BaseClient::user_agent_ member, I can see MinIO (windows; x86_64) minio-cpp/MINIO_CPP_MAJOR_VERSION.MINIO_CPP_MINOR_VERSION.MINIO_CPP_PATCH_VERSION content, which looks wrong. I'd expect the MINIO_CPP_MAJOR_VERSION, etc., to be replaced with their numeric values.

balamurugana commented 1 month ago

Regression since #121