|
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! |
Answered by
sbiscigl
Aug 27, 2025
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! |
2 replies
Answer selected by
koren-eli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!