onpremises icon indicating copy to clipboard operation
onpremises copied to clipboard

Fixes getWorkspaceIds when S3 return is too big

Open iowaz opened this issue 2 months ago • 3 comments

AWS S3 API has a limit of maximum 1000 keys per response (reference: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html) - this breaks getWorkspaceIds when your have a lot of objects.

This pull request changes the way getWorkspaceIds method works when pulling objects from S3.

Fixes #108

iowaz avatar Apr 09 '24 18:04 iowaz

Hey @simonbrowndotje can you look at this? Thanks in advance <3

iowaz avatar Apr 09 '24 18:04 iowaz

Good!

marcusalexandre avatar Apr 09 '24 18:04 marcusalexandre

Hey @simonbrowndotje can you review this pull request?

iowaz avatar May 17 '24 14:05 iowaz