pplu / aws-sdk-perl

A community AWS SDK for Perl Programmers
Other
170 stars 94 forks source link

S3 PutBucketAnalyticsConfiguration Fixed #350

Open byterock opened 4 years ago

byterock commented 4 years ago

I fixed PutBucketAnalyticsConfiguration and as part of that I added in support for '"xmlNamespace" to

Paws::Net::RestXmlCaller

as this XML

<AnalyticsConfiguration>...</AnalyticsConfiguration>

will fail

but this <AnalyticsConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">...</AnalyticsConfiguration>

Passes

I added the fix to this branch

https://github.com/byterock/aws-sdk-perl/tree/s3ObjectTagging

byterock commented 4 years ago

Had a busy night got all four working now

GetBucketAnalyticsConfigurationOutput DeleteBucketAnalyticsConfiguration ListBucketAnalyticsConfigurations

the boto for this one is

https://github.com/byterock/botocore/tree/s3-changes