Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 download limited to 1000 files #6

Open
gustavebbers opened this issue Mar 2, 2022 · 2 comments
Open

S3 download limited to 1000 files #6

gustavebbers opened this issue Mar 2, 2022 · 2 comments

Comments

@gustavebbers
Copy link

Very nice utility to visualize our traffic. I was missing some ip adresses which should have been there.

It seems 's3.listObjects' only retrieves up to 1000 files. For more files pagination should be added.

const objects = await s3.listObjects({ Bucket: bucket }).promise();

@FlorianPfisterer
Copy link
Owner

Good point! Feel free to submit a PR that addresses this.

@stackErr-NameNotResolved

This functionality will be fixed in #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants