如何使用亚马逊java库实现AWS签名请求?
目前,我们使用 amazon-a2s-2007-10-29-java-library.jar 分别与 Amazon Webservices 或 Product Advertising API 进行交互。
我们没有找到如何使用此库实现签名请求(从 8 月 15 日起强制执行)的方法,也找不到支持签名请求的更新版本。
关于这个话题似乎没有太多的讨论,因此我怀疑我们要么是唯一使用这个库的人,要么就是太盲目而看不到问题的明显解决方案。
我很高兴收到任何有关此的提示。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
显然,这个库不再受支持,将来也不能使用。
我们将切换到产品广告 API Java 客户端库。
我们刚刚找到了如何生成它:
http://docs.amazonwebservices.com/AWSECommerceService/latest/ GSG/index.html?YourDevelopmentEnvironment.html
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