Skip to content

Why S3 service model is not automatically generated? #3106

Answered by normj
wlandgraf asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @wlandgraf. Yes the S3 codebase predates our code generation which is why it is hand coded. We have tried to switch over some of the pieces to code generation like the service clients. Our custom code is similar to what would be generated but given we coded it before there was an S3 model there are many cases where named operations and properties are different then was later named when S3 created a model. Also there are cases where we model something as full object hierarchy but the model models it all as a string.

For efficiency and consistency sake we would like to get S3 as part of the code generation but given how widely used S3 is, making breaking changes to S3 is not practical. S…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dscpinheiro
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants