smithy-lang / smithy-kotlin

Smithy code generator for Kotlin (in development)
Apache License 2.0
72 stars 26 forks source link

fix: correctly apply resolved endpoint to presigned requests #1025

Closed ianbotsf closed 6 months ago

ianbotsf commented 6 months ago

Issue \

https://github.com/awslabs/aws-sdk-kotlin/issues/1173

Description of changes

This change ensures that the resolved endpoint is fully applied to an unsigned request before presigning, ensuring that any non-standard rules are applied (e.g., S3's forcePathStyle).

Companion PR: https://github.com/awslabs/aws-sdk-kotlin/pull/1174

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud