tbarbugli / cassandra_snapshotter

A tool to backup cassandra nodes using snapshots and incremental backups on S3
Other
222 stars 122 forks source link

AWS Bucket region #102

Closed bonifaido closed 7 years ago

bonifaido commented 7 years ago

From the README.md:

if your bucket is in other then us-west-1 region, you should really specify the region in the command line; otherwise weird 'connection reset by peer' errors can appear as you'll be transferring files through us-west-1 over to eg. eu-west-1

However in the code I can see that the default region is us-east-1: https://github.com/tbarbugli/cassandra_snapshotter/blob/master/cassandra_snapshotter/utils.py#L46

tbarbugli commented 7 years ago

fixed, thanks!