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
Currently the ListObjectsV2 in SDK is not able to start a iteration in halfway, for some small cases it is ok. But in my project, a bucket have over 100k items, if any failing happened, I have to re-start the whole iteration from the first item, it is really unacceptable for a large bucket
According to discussion of issue 6825, go lang core API already had a start-after parameter, I think the SDK should support this too, for example:
Hi guys
Currently the
ListObjectsV2
in SDK is not able to start a iteration in halfway, for some small cases it is ok. But in my project, a bucket have over 100k items, if any failing happened, I have to re-start the whole iteration from the first item, it is really unacceptable for a large bucketAccording to discussion of issue 6825, go lang core API already had a
start-after
parameter, I think the SDK should support this too, for example:if iteration failed, input cursor as
startAfter
will continue last task:Looking forward for this feature, this is really important, thanks.
The text was updated successfully, but these errors were encountered: