You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using software.amazon.awssdk:S3:2.29.21: DefaultS3AuthSchemeProvider#resolveAuthScheme seems to parse the String endpoint on every request and catching exceptions when some endpoint rule is mismatched in DefaultS3EndpointProvider#endpointRule64.
Describe the bug
We are using
software.amazon.awssdk:S3:2.29.21
:DefaultS3AuthSchemeProvider#resolveAuthScheme
seems to parse theString endpoint
on every request and catching exceptions when some endpoint rule is mismatched inDefaultS3EndpointProvider#endpointRule64
.This is how we configure the client.
Attached CPU profile:
Regression Issue
Expected Behavior
Avoid parsing URL and filing stacktrace on endpoint rule mismatch per request
Current Behavior
Parsing URL on every request and filling stacktrace when endpoint rule mismatches
Reproduction Steps
Run
getObjects
requestPossible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.29.21
JDK version used
21
Operating System and version
Ubuntu
The text was updated successfully, but these errors were encountered: