pplu/aws-sdk-perl

Paws::S3::PutBucketLifecycleConfiguration Content-MD5 missing

vlashef opened this issue · 2 comments

Hi Folks

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

pplu commented

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

has ContentMD5 => (is => 'ro', isa => 'Str', header_name => 'Content-MD5', auto => 'MD5', traits => ['AutoInHeader']);
would solve the issue. Can you try that out and report back?

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 :)