I have added the ability to use a config file for credentials as well as the command line. Essentially have done the following:
1: Remove "required" for aws-access-key-id and aws-secret-access-key
2: If neither of these are specified on the cli (or if only one is) we fall ack to the --credentials-ini value which can either be passed as an argument or has a default value of /etc/cassandra-snapshotter.ini
3: Format of ini in README
I have added the ability to use a config file for credentials as well as the command line. Essentially have done the following:
1: Remove "required" for aws-access-key-id and aws-secret-access-key 2: If neither of these are specified on the cli (or if only one is) we fall ack to the --credentials-ini value which can either be passed as an argument or has a default value of /etc/cassandra-snapshotter.ini 3: Format of ini in README