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

S3 endpoint builtin UseArnRegion bound to wrong config parameter #1101

Closed
aajtodd opened this issue Nov 2, 2023 · 1 comment · Fixed by #1102
Closed

S3 endpoint builtin UseArnRegion bound to wrong config parameter #1101

aajtodd opened this issue Nov 2, 2023 · 1 comment · Fixed by #1102
Assignees
Labels
bug This issue is a bug.

Comments

@aajtodd
Copy link
Contributor

aajtodd commented Nov 2, 2023

Describe the bug

The S3 useArnRegion endpoint parameter is bound to the disableMrap config parameter erroneously in codegen.

Expected behavior

Endpoint parameter should be bound to correct config property.

Current behavior


private fun S3EndpointParameters.Builder.bindAwsBuiltins(config: S3Client.Config) {
    ...
    disableMultiRegionAccessPoints = config.disableMrap
    useArnRegion = config.disableMrap  // wrong
}

Steps to Reproduce

n/a

Possible Solution

No response

Context

No response

AWS Kotlin SDK version used

0.33.1-beta

Platform (JVM/JS/Native)

n/a

Operating System and version

n/a

Copy link

github-actions bot commented Nov 6, 2023

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
1 participant