You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resuming the replication, we currently find the latest file by calling the ListObjectsV2 api which returns a maximum of 1000 objects. To reduce the number of API calls, implement binary search.