-
Hi team, I’m looking for clarification on how the AWS SDK for C++ (S3 client) handles the Our use case requires appending a suffix to the existing user agent string so we can track S3 requests in logs.
Questions:
Our concern is that client applications may use different versions of the SDK, and we’d like to recommend a stable, forward-looking approach that won’t break on upgrades. Thanks for your guidance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
nope that looks like a regression from the earlier versions, put up a PR to fix this. it will honor the overriden UA after this change same as before. thanks for pointing it out! |
Beta Was this translation helpful? Give feedback.
nope that looks like a regression from the earlier versions, put up a PR to fix this. it will honor the overriden UA after this change same as before. thanks for pointing it out!