-
Notifications
You must be signed in to change notification settings - Fork 869
Generate PutBucket #3928
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
base: development
Are you sure you want to change the base?
Generate PutBucket #3928
Conversation
@@ -0,0 +1,9 @@ | |||
{ | |||
"core": { |
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.
Why Core
if only S3 files are being changed?
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.
this is b/c PostMarshallCustomization
is generated for every RestXml service and I moved the location of it so that it runs before we set the request.Content
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.
Got it. Up to you if you'd like to change it now, but you could have that message for Core
and have a separate entry for S3 (if someone wanted to check when PutBucket
was generated I think it'd make more sense to have that in the specific S3 version).
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.
Done.
a1523c2
to
7db86cb
Compare
dry run passed |
Description
Already been reviewed here #3909
Just creating the PR to merge it again
Motivation and Context
Testing
Screenshots (if appropriate)
Types of changes
Checklist
License