when URI has the form: "/{Bucket}?<action>"
the "Bucket" parameter has to be added as context parameter for
botocore based clients to send the operation as a bucket
operation
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
"Bucket":{
"shape":"BucketName",
"documentation":"<p>Name of the bucket to delete the notifications configuration from.</p>",
+ "contextParam":{"name":"Bucket"},
"location":"uri",
"locationName":"Bucket"
},
"Bucket":{
"shape":"BucketName",
"documentation":"<p>Name of the bucket to flush its logging objects.</p>",
+ "contextParam":{"name":"Bucket"},
"location":"uri",
"locationName":"Bucket"
}