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 some folders in S3 that contain 50k+ objects. It takes a while to download the full listing, and if new objects have been added I have to click "refresh" which will download the full listing and again take some time.
It would be nice if there was an alternative to "refresh" that would assume the keys are ordered and quickly check for new items by specifying the start-after parameter to S3ListObjectsV2 passing the last key. Ideally we could configure this to happen automatically/quietly in the background every couple of seconds so that new items would just appear.
This discussion was converted from issue #17106 on May 19, 2025 09:02.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have some folders in S3 that contain 50k+ objects. It takes a while to download the full listing, and if new objects have been added I have to click "refresh" which will download the full listing and again take some time.
It would be nice if there was an alternative to "refresh" that would assume the keys are ordered and quickly check for new items by specifying the
start-after
parameter toS3ListObjectsV2
passing the last key. Ideally we could configure this to happen automatically/quietly in the background every couple of seconds so that new items would just appear.Beta Was this translation helpful? Give feedback.
All reactions