Reputation: 1
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
Reputation: 579
You would set it when you initialize the RightAws::SdbInterface:
This means you could store your key/secret anywhere, including your config file if you're using rails.
Upvotes: 1