Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service/s3: Update unit test to clarify implemented behavior (aws#4033)
Updates Amazon S3 Output ARN unit test to more specifically describe the behavior that is being tested. If the client's resolved endpoint's signing region does not match the Output ARN's region component the client will return the region not match error. If the client's resolved endpoint's signing region does match the Output ARN's region component, but the API client's configured region includes FIPS, the FIPS configured error will be returned.
- Loading branch information