pplu / aws-sdk-perl

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

Paws::S3::PutBucketLifecycleConfiguration Content-MD5 missing #423

Open vlashef opened 2 years ago

vlashef commented 2 years ago

Hi Folks

This bug has sprung up again. Had to go back to using PutBucketLifecycle instead as error not present then.

pplu commented 2 years ago

Hi,

Could you give me a bit more information / context? I understand this is a regression from the "sprung up again" statement. On what Paws versions did PutBucketLifecycleConfiguration work? On what Paws version has it been broken?

I think that adding a ContentMD5 attribute to PutBucketLifecycleConfiguration like this one https://github.com/pplu/aws-sdk-perl/blob/b2132fe3c79a06fd15b6137e8a0eb628de722e0f/auto-lib/Paws/S3/PutBucketLifecycle.pm#L6 would solve the issue. Can you try that out and report back?

vlashef commented 2 years ago

Hi Hi Sir

Sorry here is the version of paws I was using 0.44-0

Yes I think that would solve the issue here.

Sorry for the trouble here! I just encountered it and wanted to pass along :)