Error while configuring AWS SDK in Eclipse

流过昼夜 提交于 2019-12-12 05:37:16

问题


I am trying to install AWS SDK for my eclipse IDE. But when I install and restart it is giving me this pop-up with bunch of errors.

Internal Error when running initial setup wizard Internal Error when scanning legacy AWS account configuration Internal Error when starting the AWS toolkit plugin

And also on closing this, if I go to a particular AWS related tab from Preferences it gives me error.

Currently displayed page contains invalid values.


回答1:


http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html

Go to section "Configuration and Credential Files"

  • Find or create this file: "credentials".
  • This file contains empty properties:

[default]
aws_access_key_id=
aws_secret_access_key=

Set your credentials value and restart eclipse.

  • Example:

[default]
aws_access_key_id=AKIAIOSFODNN7EXAMPLE
aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

Sorry for my bad english



来源:https://stackoverflow.com/questions/39798584/error-while-configuring-aws-sdk-in-eclipse

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