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

codegen: Add flag to direct if SDK is allowed to modify a custom endpoint or not #848

Merged
merged 5 commits into from
Oct 27, 2020

Commits on Oct 27, 2020

  1. codegen: Add flag to direct if SDK is allowed to modify a custom endp…

    …oint or not
    
    Adds a new member to the `aws.Endpoint` struct, `HostnameImmutable`. This member
    directs if the SDK is allowed to modify the resolved endpoint to meet the
    requirements of the API.  If `HostnameImmutable` is true, the SDK will not
    attempt to modify the hostname via any customizations, or prefix behavior. Flag
     defaults to false.
    
    - Fixes #827 (SDK requiring region for endpoint resolution)
    - Fixes #328
    - Fixes #364
    - Related to #836 When Amazon S3 Accesspoint support is implemented.
    - Related to #479
    
    Depends on aws/smithy-go#222
    jasdel committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    2592e95 View commit details
    Browse the repository at this point in the history
  2. s3shared: gohash

    jasdel committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8eb8fc3 View commit details
    Browse the repository at this point in the history
  3. codegen: gohash

    jasdel committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    875e21a View commit details
    Browse the repository at this point in the history
  4. regenerate apis

    jasdel committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8f67339 View commit details
    Browse the repository at this point in the history
  5. s3 deps gohash

    jasdel committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    296f481 View commit details
    Browse the repository at this point in the history