bug 3204: followup to fix AWS request signing
authorGalen Charlton <gmcharlt@gmail.com>
Thu, 13 Aug 2009 12:55:25 +0000 (08:55 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 13 Aug 2009 13:29:56 +0000 (09:29 -0400)
commitb8a87ca2569c905983c53e8df7ae8b80ecc9cb61
treea6af41fc31328dadb022e13f043bad55e0def2cc
parent54f7ca4d3b528324b127df4bebf3e05a08830235
bug 3204: followup to fix AWS request signing

[1] There were some ersataz spaces in the string
    being signed.
[2] AWS expects a trailing '=' in the Base64 signature

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/External/Amazon.pm