-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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/s3control: GetAccessPointPolicy S3 on Outposts Endpoint Customization Not Occurring #3598
Comments
… and PutAccessPointPolicy operations not routing properly for S3 on Outposts Reference: aws#3598
… and PutAccessPointPolicy operations not routing properly for S3 on Outposts Reference: aws#3598
Maybe this will fix it: #3599 |
Hi @skotambkar , |
=== ### Service Client Updates * `service/medialive`: Updates service API, documentation, and paginators * The AWS Elemental MediaLive APIs and SDKs now support the ability to transfer the ownership of MediaLive Link devices across AWS accounts. * `service/organizations`: Updates service documentation * Documentation updates for AWS Organizations. ### SDK Bugs * `s3control`: Fixes bug in SDK that caused GetAccessPointPolicy, DeleteAccessPointPolicy, and PutAccessPointPolicy operations to not route properly for S3 on Outposts. ([#3599](#3599)) * Fixes [#3598](#3598).
Release v1.35.9 (2020-10-16) === ### Service Client Updates * `service/medialive`: Updates service API, documentation, and paginators * The AWS Elemental MediaLive APIs and SDKs now support the ability to transfer the ownership of MediaLive Link devices across AWS accounts. * `service/organizations`: Updates service documentation * Documentation updates for AWS Organizations. ### SDK Bugs * `s3control`: Fixes bug in SDK that caused GetAccessPointPolicy, DeleteAccessPointPolicy, and PutAccessPointPolicy operations to not route properly for S3 on Outposts. ([#3599](#3599)) * Fixes [#3598](#3598).
|
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
When issuing the
GetAccessPointPolicy
call, passing an ARN in theName
field is not transforming the request to contain the proper HTTP headers (e.g.Host: s3-outposts.us-west-2.amazonaws.com
andX-Amz-Outpost-Id
) for S3 on Outposts.Version of AWS SDK for Go?
Version of Go (
go version
)?To Reproduce (observed behavior)
Which results in:
Expected behavior
Working behavior similar to
GetAccessPoint
:With a successful response.
Additional context
These lines look like they are missing the
Input
suffix in the s3control customizations:aws-sdk-go/private/model/api/customization_passes.go
Lines 225 to 232 in 32ff04d
The text was updated successfully, but these errors were encountered: