JeremyGrosser / tablesnap

Uses inotify to monitor Cassandra SSTables and upload them to S3
BSD 2-Clause "Simplified" License
181 stars 86 forks source link

Remove requirement for aws keys since boto can use IAM roles. #45

Closed dynamike closed 10 years ago

dynamike commented 10 years ago

The table* tools don't need to require aws keys as arguments if an IAM role exists on the instance. The underlying boto library will automagically detect this and use the instance keys if none are provided.