Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazonica prints the AWS credentials when creating a client #7

Closed
itoshkov opened this issue Jul 2, 2013 · 2 comments
Closed

Amazonica prints the AWS credentials when creating a client #7

itoshkov opened this issue Jul 2, 2013 · 2 comments

Comments

@itoshkov
Copy link

itoshkov commented Jul 2, 2013

When running the first SimpleDB select query, the library prints the credentials (secret and all):

user> (select cred :select-expression "select count(*) from `Users`")
#<BasicAWSCredentials com.amazonaws.auth.BasicAWSCredentials@72cb56cd>
{:class com.amazonaws.auth.BasicAWSCredentials, :AWSSecretKey XXXXXXXXXXXXXX :AWSAccessKeyId XXXXXXXXXXXXXX}
{:items [{:name "Domain", :attributes [{:name "Count", :value "257"}]}]}

The middle two lines are printed, while the last is the returned value.

Subsequent requests don't print them.

@mcohen01
Copy link
Owner

mcohen01 commented Jul 2, 2013

Thanks for the catch Ivan! Accidentally pushed a println call to clojars. You can upgrade to 0.1.10 to remove the print statement. Thanks again.

@mcohen01 mcohen01 closed this as completed Jul 2, 2013
@itoshkov
Copy link
Author

itoshkov commented Jul 2, 2013

And thank you for the fast response. It works fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants