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

Investigate and improve/fix handling of large S3 buckets #2553

Open
samuelhwilliams opened this issue Oct 27, 2024 · 0 comments
Open

Investigate and improve/fix handling of large S3 buckets #2553

samuelhwilliams opened this issue Oct 27, 2024 · 0 comments
Labels

Comments

@samuelhwilliams
Copy link
Contributor

While converting S3FileAdmin from boto to boto3 in #2552, I noticed that it probably performs very poorly for large S3 buckets due to collecting all files from the bucket at once for most operations.

We should think about how to handle buckets with millions+ objects, which may include changes to:

  • UI
  • pagination of S3 calls
  • caching
  • config to limit the 'maximum' number of objects Flask-Admin will try to retrieve.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant