On Sat May 02 03:05:09 2015, ec29340244@streetwisemail.com wrote:
Show quoted text> Attached is a patch that implements the v4 signature. It does not try
> to support both versions of the signature, opting in instead to just
> replace the current signature functionality with the v4 equivalent.
> This is because all EC2 in all AWS regions supports v4 and therefore I
> see no need to support v2.
>
> This is working well for us in production (on all regions). However,
> the temp-creds part is untested since we don't use those.
Thanks for the patch. It looks solid - and I will get it into a forthcoming release. I am wary about completely removing v2 support though since there are "EC2 compatible" APIs which still allow v2 signatures like Eucalyptus so I will probably leave both versions in the release.
Thanks again for the patch. Really appreciate it.