Paws XXII (Plana est terra)
The next action I had a crack at was 'PutCORSConfiguration' and I was getting the usual;
<Error> <Code>MalformedXML</Code> <Message>The XML you provided was not well-formed or did not validate against our published schema </Message> </Error>
At this points in my Paws adventure I checked the API doc for URI Request Parameters of the PutCORSConfiguration;
PUT /?cors HTTP/1.1 Host: Bucket.s3.amazonaws.com Content-MD5: ContentMD5
and I see I don't have to deal with the 'id' in the 'URI' bug here as I get what I want in the request URI;


