c.pane20
c.pane20

Reputation: 1

Right_aws ruby gem: Where do I have to store the AWS access keys and secret key?

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?

Upvotes: 0

Views: 279

Answers (1)

Kyle Fleming
Kyle Fleming

Reputation: 579

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.

Upvotes: 1

Related Questions