We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Background conditions:
~$ aws configure list | grep region region ap-southeast-2 config-file ~/.aws/config ~$ aws s3 mb s3://cassandra-snapshot-test make_bucket: cassandra-snapshot-test-mz $ aws s3api get-bucket-location --bucket cassandra-snapshot-test { "LocationConstraint": "ap-southeast-2" } $ kubectl describe statefulsets.apps cassandra | egrep 'Namespace|Labels' Namespace: default Labels: app=cassandra Labels: app=cassandra Labels: <none>
In addition, I have a Keyspace on Cassandra named 'mykeyspace'.
Command and error:
$ ./cain backup -n default -l app=cassandra -k mykeyspace --dst s3://cassandra-snapshot-test 2020/05/19 12:47:24 Backup started! 2020/05/19 12:47:24 Getting clients 2020/05/19 12:47:29 BucketRegionError: incorrect region, the bucket is not in 'eu-central-1' region status code: 301, request id: , host id:
I don't understand where this 'eu-central-1' comes from, as I do not have anything in that region in my AWS config file or cloud.
Let me know about any additional info required...!
The text was updated successfully, but these errors were encountered:
cain uses skbn to do the actual copy. Take a look at https://github.com/nuvo/skbn/blob/master/README.md#aws
Sorry, something went wrong.
No branches or pull requests
Background conditions:
In addition, I have a Keyspace on Cassandra named 'mykeyspace'.
Command and error:
I don't understand where this 'eu-central-1' comes from, as I do not have anything in that region in my AWS config file or cloud.
Let me know about any additional info required...!
The text was updated successfully, but these errors were encountered: