Replies: 1 comment 2 replies
-
Hey so this is really similar to the previous discussion #3524 that we talk about this in with you. The story is that we have supported this configuration, and will continue to support it, previously it was just a bug, we guarantee API backwards compatibility unless otherwise noted. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Our use case requires appending a suffix to the existing user agent string so we can track S3 requests in logs.
What’s the recommended way to do this?
Calling
Aws::Client::ComputeUserAgentString()
works, but I wanted to confirm if that’s the right approach for appending a custom string toAws::S3::S3Client
on every request, ideally set once at client initialization.Example:
Is this the intended way, or is there a better/officially supported method?
Beta Was this translation helpful? Give feedback.
All reactions