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