JeremyGrosser / tablesnap

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

Make sure all S3 keys are listed #38

Closed robingustafsson closed 10 years ago

robingustafsson commented 10 years ago

Changed tableslurp to use bucket.list instead of bucket.get_all_keys so that all keys in a bucket gets listed and not only the first X (1000 by default according to http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html).