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

Fixing pagination of S3 fetches #3807

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Fixing pagination of S3 fetches #3807

merged 1 commit into from
Mar 26, 2024

Conversation

moufmouf
Copy link
Collaborator

When fetching more than 1000 files in a bucket, pagination was broken, leading to an infinite loop.

Also: Fix the first part of screen sharing error

Issue: when one user open and close screen sharing, the second user in the bubble discussion cannot open new screen sharing.

When fetching more than 1000 files in a bucket, pagination was broken, leading to an infinite loop.
@moufmouf moufmouf changed the base branch from master to hotfix March 26, 2024 08:46
@moufmouf moufmouf merged commit 0e97967 into hotfix Mar 26, 2024
2 checks passed
@moufmouf moufmouf deleted the fix-s3-pagination branch March 26, 2024 08:48
moufmouf added a commit that referenced this pull request Mar 27, 2024
The previous fix applied in #3807 was incomplete and worked in Minio but not S3. S3 does not put a marker if there is no delimiter.
We fix this by moving everything to the new listObjects V2 method that always includes a continuationToken.
We also migrate all listObjects to listObjectsv2
moufmouf added a commit that referenced this pull request Mar 27, 2024
The previous fix applied in #3807 was incomplete and worked in Minio but not S3. S3 does not put a marker if there is no delimiter.
We fix this by moving everything to the new listObjects V2 method that always includes a continuationToken.
We also migrate all listObjects to listObjectsv2
moufmouf added a commit that referenced this pull request Mar 27, 2024
The previous fix applied in #3807 was incomplete and worked in Minio but not S3. S3 does not put a marker if there is no delimiter.
We fix this by moving everything to the new listObjects V2 method that always includes a continuationToken.
We also migrate all listObjects to listObjectsv2
moufmouf added a commit that referenced this pull request Mar 27, 2024
The previous fix applied in #3807 was incomplete and worked in Minio but not S3. S3 does not put a marker if there is no delimiter.
We fix this by moving everything to the new listObjects V2 method that always includes a continuationToken.
We also migrate all listObjects to listObjectsv2
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

Successfully merging this pull request may close these issues.

None yet

1 participant