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

service/s3: Update unit test to clarify implemented behavior #4033

Merged
merged 1 commit into from Jul 28, 2021

Commits on Jul 28, 2021

  1. service/s3: Update unit test to clarify implemented behavior

    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.
    jasdel committed Jul 28, 2021
    Copy the full SHA
    f5a618f View commit details
    Browse the repository at this point in the history