-
Notifications
You must be signed in to change notification settings - Fork 612
fix(client-s3-control): remove host prefix behavior #7025
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
Conversation
headers: { | ||
host: "123456789012.s3-outposts.us-west-2.amazonaws.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- open question as to whether this is intended 🚧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I received confirmation that this change is ok.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Description
S3 and S3 control, when using endpointRuleSet trait, should ignore the endpoint+hostPrefix traits. This adds model preprocessing to remove those traits.
This is a customization for S3 and S3 Control.
Testing
Attached the endpoints 2.0 suite to integration test group.
I tried to refactor the tests to use clients instead of just the endpoint resolver, but the complexity was too high. Attempt it later.