-
Notifications
You must be signed in to change notification settings - Fork 10
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
Incorrect body for PutObject in Amazon S3 #23
Comments
Again, would appreciate thoughts from @pimterry |
This happens mainly because we don't understand the To be clear though, this isn't just a header that's in the wrong place. This field is actually a header prefix. The docs use the example of That makes this much harder, because I don't think there is any clear way to describe this parameter in OpenAPI v2, or even in v3. It looks like wildcard parameter support like this (i.e. Any idea on ways to work around or describe this @MikeRalphson? Was there a specific format for this you were expecting @kennyjwilli? |
Maybe we could move |
According to the
PutObject
operation documented in the AWS S3 Swagger doc here, the body takes the following format:According the the Amazon HTML REST API reference, the
x-amz-meta-
should be included in the request header. The Swagger doc states it is a body parameter. The Swagger doc is incorrect.The text was updated successfully, but these errors were encountered: