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 trying to list S3 objects using ListObjectsV2, the MaxKeys cannot be greater than 1,000.
We can check the isTruncated key in the response, with TRUE indicating there are more objects available, and then recursively call s3$list_objects_v2.
When trying to list S3 objects using ListObjectsV2, the MaxKeys cannot be greater than 1,000.
We can check the
isTruncated
key in the response, with TRUE indicating there are more objects available, and then recursively calls3$list_objects_v2
.Also see #118 for the GDS implementation.
The text was updated successfully, but these errors were encountered: