[ceph-users] Re: Bug in RGW header x-amz-date parsing

2022-01-04 Thread Subu Sankara Subramanian
Sorry for the late reply - vacation :/ Seems there is some confusion here: the AWS GO SDK sets the format as ISO 8601 basic - https://github.com/aws/aws-sdk-go/blob/main/aws/signer/v4/v4.go#L84. So I don't know where the divergence is happening :(. FWIW the aws go sdk works fine against S3 and

[ceph-users] Re: Bug in RGW header x-amz-date parsing

2021-12-12 Thread Robin H. Johnson
On Tue, Dec 07, 2021 at 12:39:12PM -0500, Casey Bodley wrote: > hi Subu, > > On Tue, Dec 7, 2021 at 12:10 PM Subu Sankara Subramanian > wrote: > > > > Folks, > > > > Is there a bug in ceph RGW date parsing? > > https://github.com/ceph/ceph/blob/master/src/rgw/rgw_auth_s3.cc#L223 - this > > line

[ceph-users] Re: Bug in RGW header x-amz-date parsing

2021-12-07 Thread Casey Bodley
hi Subu, On Tue, Dec 7, 2021 at 12:10 PM Subu Sankara Subramanian wrote: > > Folks, > > Is there a bug in ceph RGW date parsing? > https://github.com/ceph/ceph/blob/master/src/rgw/rgw_auth_s3.cc#L223 - this > line parses the date in x-amz-date as RFC 2616. BUT the format specified by > Amazon S3