Re: [openstack-dev] [Keystone] [swift3] [s3] [ec2] What preferable way to implement S3 signature verification V4 in keystone projects?

2015-08-27 Thread Andrey Pavlov
Hi again, Because was no answer to my questions then I have decided to choose and implement first scenario. So now I need to review my patchsets by community: 1) https://review.openstack.org/#/c/211933/ This is patchset for swift3 with new unit tests. It implements checking of headers of

[openstack-dev] [Keystone] [swift3] [s3] [ec2] What preferable way to implement S3 signature verification V4 in keystone projects?

2015-08-17 Thread Andrey Pavlov
Hi, I'm trying to support AWS signature version 4 for S3 requests. Related bugs:[1] for keystonemiddleware and [2] for swift3: Also keystone doesn't have support for V4 signature verification for S3 (but it supports V4 for EC2 requests). Differences between V1 and V4 can be found here - V1: [3]