-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command to check an already synced bucket? #38
Comments
Specifying the user account as well seems to get me a little further, although it times out:
|
probably the bucket is too big and chorus was not able to list all objects in time.
Please try to use |
Thanks for getting back to me so quickly. It's strange as these are quite small buckets with only 50-100 objects in them... I've created a list of "different" buckets using When I try to re-add a user level rule it seems to only replicate buckets that are new, but not buckets that have new objects in them:
Here we see test-bucket3, which I've added 50x objects too (making 100 in total), doesn't actually get updated this way. test-bucket7, which was new, did get updated however. When I try to re-add a bucket level rule, it seems to start from scratch and re-transmit every single object in that bucket. :S
Here we see it's starting again with test-bucket4, which already had 50x objects in it that I would have liked to skip... |
sorry i didn't get your question. but when you start replication chorus will list all objects from source. then it will try to sync each object to destination. if object is already exists in destination and the same size and etag, then object will not be copied. |
That's good to know, thank you. I'll leave this one open for when you manage to remove |
Not sure how to get this working, but trying to check if one of my buckets was synced. (In dash it does seem to be)
But I am running into the following errors:
What's the correct syntax I'm looking for here?
The text was updated successfully, but these errors were encountered: