John Scoles

Results 17 issues of John Scoles

This only required a small change to boto but htis time I need to fix up MetricsConfiguration to retrun a "TagSet" ratehr than a "Tag" and added "flattened":true, to "TagSet"...

Only a small update to boto required https://github.com/byterock/botocore/tree/s3-changes added in the "ContentMD5" member as it is required by AWS

This only required a small change to boto Seems my last fix for flatten will fix a large number https://github.com/byterock/aws-sdk-perl/tree/s3ObjectTagging https://github.com/byterock/botocore/tree/s3-changes

PutBucketCors GetBucketCors and DeleteBucketCors Needed to add in support for flattend params Ie the API wants ` http://www.example.com ...` Paws was giving ` http://www.example.com ...` In boto 'CORSRule' is `...

I fixed PutBucketAnalyticsConfiguration and as part of that I added in support for '"xmlNamespace" to Paws::Net::RestXmlCaller as this XML `...` will fail but this `...` Passes I added the fix...

I was playing with this test case 25_error_on_malformed_response.t and this test ``` throws_ok( sub { $s->Method3(response => 'notanxmlstring', status => $status) }, "Paws::Exception", ); cmp_ok($@->code, 'eq', 'InvalidContent', 'Exception of type...

Was playing with this today and I think the signature is broken or perhaps out of date The XML API states. https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html <Tagging> <TagSet> <Tag> <Key>Tag Name</Key> <Value>Tag Value</Value> </Tag>...