Skip to content

Inconsistent function names for accessing S3DisableMultiRegionAccessPoints config value #2230

@gdavison

Description

@gdavison

Describe the bug

config.SharedConfig defines the function name as GetS3DisableMultiRegionAccessPoints, while config.EnvConfig defines the function name as GetS3DisableMultRegionAccessPoints. Note Multi vs Mult

Expected Behavior

The function names should be the same so that they can implement the same interface

Current Behavior

The function names are not the same so they don't implement the same interface and must be called separately for the different config sources

Reproduction Steps

N/A

Possible Solution

No response

Additional Information/Context

No response

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2 v1.20.1

Compiler and Version used

N/A

Operating System and version

N/A

Metadata

Metadata

Assignees

Labels

bugThis issue is a bug.needs-triageThis issue or PR still needs to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions