Commit 7adebb6
committed
feat: Add environment credentials feature tracking to User-Agent
- Add CREDENTIALS_ENV_VARS enum to UserAgentFeature with metric ID 'g'
- Track environment credentials usage in AWSClient::AttemptOneRequest
- Check for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY presence
- Implements env-credentials SEP specification for business metrics
- Add unit test for environment credentials feature tracking
Resolves environment credentials tracking for User-Agent 2.1 business metrics.1 parent da211b2 commit 7adebb6
File tree
1 file changed
+3
-2
lines changed- tests/testing-resources/include/aws/testing/mocks/aws/client
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments