How to implement AWS signed requests with amazon java library?

丶灬走出姿态 提交于 2019-12-13 03:23:25

问题


We're currently using amazon-a2s-2007-10-29-java-library.jar to interact with the Amazon Webservices or Product Advertising API, respectively.

We don't see a way how to implement signed requests (mandatory from Aug 15) using this library, nor can we find an updated version supporting signed requests.

There does not seem to be too much discussion about this topic around, thus I suspect we're either the only ones using this lib, or otherwise just too blind to see an obvious solution for the problem.

I'd be happy for any hints on this. Thanks a lot in advance. PP


回答1:


Obviously, this library is not supported any longer and cannot be used in future.

We'll switch to the Product Advertising API Java Client Side Library.

We just found out how to generate it: http://docs.amazonwebservices.com/AWSECommerceService/latest/GSG/index.html?YourDevelopmentEnvironment.html



来源:https://stackoverflow.com/questions/1205240/how-to-implement-aws-signed-requests-with-amazon-java-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!