Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS: send proper user agent #1641

Open
kubukoz opened this issue Jan 29, 2025 · 0 comments
Open

AWS: send proper user agent #1641

kubukoz opened this issue Jan 29, 2025 · 0 comments
Labels
AWS support Issues related to AWS support

Comments

@kubukoz
Copy link
Member

kubukoz commented Jan 29, 2025

In order for AWS to properly track the usage of smithy4s-aws, we should be sending a user-agent header. The expected format is as follows:

smithy4s-aws-sdk/1.0 ua/2.0 lang/scala#2.12.15

2.12.15 being the Scala version, the rest could be hardcoded. We can probably use scala.util.Properties.versionString for the Scala version.

@kubukoz kubukoz added the AWS support Issues related to AWS support label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AWS support Issues related to AWS support
Projects
None yet
Development

No branches or pull requests

1 participant