Article written by

2 Responses

  1. Jim Freeman
    Jim Freeman at |

    Your object sync source code looks like it will quietly skip syncing anything more than the first 10,000 objects in a container: Where your code calls swiftclient’s get_container() (defined in swiftclient/client.py) to list all objects, it will only get the first 10,000 since the optional parameter full_listing defaults to false. Even if full_listing was set true, with millions of objects you could hit memory limitations.

Comments are closed.