google-code-export / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
1 stars 1 forks source link

Typica FPS needs to migrate to AWS Signature Version 2 #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The FPS module really should be migrated to use Signature Version
2.   Version 1 is deprecated and is going to cease functioning in November.

http://docs.amazonwebservices.com/AmazonFPS/2008-09-17/FPSAdvancedGuide/Sig2Migr
ation.html

Original issue reported on code.google.com by erikwick...@gmail.com on 13 Apr 2010 at 10:32

GoogleCodeExporter commented 9 years ago
This should be fairly simple, as it now explicitly overrides the default 
version 2 signing.

Original comment by dkavan...@gmail.com on 4 Jun 2010 at 12:27

GoogleCodeExporter commented 9 years ago

Original comment by dkavan...@gmail.com on 8 Jul 2010 at 9:04

GoogleCodeExporter commented 9 years ago
This fix only works for API method requests - some of the signatures are 
generated within FlexiblePaymentsService.java, and for those the version number 
isn't taken into account at all.

Original comment by fuzzygro...@gmail.com on 17 Jan 2011 at 7:55