Could you please tell me where do I have to store my AWS access key and secret access key when using Right_aws to access SDB?

link|improve this question
feedback

1 Answer

You would set it when you initialize the RightAws::SdbInterface:

example/docs

This means you could store your key/secret anywhere, including your config file if you're using rails.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.