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
The fix in #31 doesn't seem to work if you attempt to list a directory (prefix) full of only subdirectories (longer prefixes) as page.Contents is 0 and it stops after the first page.
Various AWS SDK documentation and examples (e.g. here on GitHub just pass in a function that always returns true, apparently the SDK will stop calling it after the last page.
The fix in #31 doesn't seem to work if you attempt to list a directory (prefix) full of only subdirectories (longer prefixes) as
page.Contents
is 0 and it stops after the first page.Various AWS SDK documentation and examples (e.g. here on GitHub just pass in a function that always returns
true
, apparently the SDK will stop calling it after the last page.A better fix is something like this:
The text was updated successfully, but these errors were encountered: