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
I have noticed that listObjectsV2 does not return NextContinuationToken which is required when iterating through larger sets of objects on S3.
The response looks like this:
I have noticed that
listObjectsV2
does not returnNextContinuationToken
which is required when iterating through larger sets of objects on S3.The response looks like this:
Note that while the tokens are missing,
isTruncated
is still set to true, which would lead to an infinite loop in many applications.The text was updated successfully, but these errors were encountered: