]> git.koha-community.org Git - koha.git/commit
bug 3204: followup to fix AWS request signing
authorGalen Charlton <gmcharlt@gmail.com>
Thu, 13 Aug 2009 12:55:25 +0000 (08:55 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:46 +0000 (23:19 +0200)
commit1d6bc692a6f8dd511e1e8c5547ff699bafc5a9b8
treedc555a227e4f4d744835a615ff6e3be41164cce5
parent719280216fd85fc925611e533e28d944583e8afa
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