Closed imor closed 3 months ago
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.
N/A anymore because the design has changed.
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.