You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip rules based endpoints for most services (#3520)
* Skip rules based endpoints for most services
We are only enabling rules based endpoints for S3, S3Control, and EventBridge
for now in order to roll back incorrect hostprefix handling in the Java SDK. S3,
S3Control, and EventBridge are unaffected by this issue because their rules are
handwritten, and in the case of S3Control which has a host prefix in the model,
it is handled by the rule set.
Co-authored-by: John Viegas <[email protected]>
Co-authored-by: Zoe Wang <[email protected]>
"description": "We are only enabling rules based endpoints for S3, S3Control, and EventBridge for now in order to roll back incorrect hostprefix handling in the Java SDK. EventBridge are unaffected by this issue because it does not have a `hostPrefix` in its service model. S3 and S3Control have `hostPrefix` in the model, it is handled by the rule set."
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/builder/test-async-client-builder-class.java
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/builder/test-bearer-auth-client-builder-class.java
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/builder/test-bearer-auth-client-builder-interface.java
Copy file name to clipboardExpand all lines: codegen/src/test/resources/software/amazon/awssdk/codegen/poet/builder/test-client-builder-internal-defaults-class.java
0 commit comments