JeremyGrosser / tablesnap

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

Tablesnap puts AWS keys in the processlist, give option to set via environment variables. #63

Closed jwojcik-zz closed 8 years ago

jwojcik-zz commented 8 years ago

Give an option to set AWS keys as environment variables rather than setting them as arguments so the keys don't show up in the process list.

Variable names are: AWS_KEY AWS_SECRET

JeremyGrosser commented 8 years ago

You can use AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY for this already.