[GH-ISSUE #464] [Feature Request] add support for startOffset and endOffset #90

Closed
opened 2026-03-03 12:08:12 +03:00 by kerem · 2 comments
Owner

Originally created by @jschaf on GitHub (Mar 25, 2021).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/464

The GCP storage API allows specifying an inclusive startOffset and exclusive endOffset to fetch a range of objects. The fake storage server ignores both parameters, returning all objects instead.

https://cloud.google.com/storage/docs/json_api/v1/objects/list

Originally created by @jschaf on GitHub (Mar 25, 2021). Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/464 The GCP storage API allows specifying an inclusive startOffset and exclusive endOffset to fetch a range of objects. The fake storage server ignores both parameters, returning all objects instead. https://cloud.google.com/storage/docs/json_api/v1/objects/list
kerem 2026-03-03 12:08:12 +03:00
Author
Owner

@boisamazing commented on GitHub (Apr 19, 2021):

I've been working on pagination using fake-gcs-server and need also supports for maxResults and pageToken.

<!-- gh-comment-id:822853354 --> @boisamazing commented on GitHub (Apr 19, 2021): I've been working on pagination using fake-gcs-server and need also supports for **maxResults** and **pageToken**.
Author
Owner

@lucaspin commented on GitHub (Jul 6, 2021):

Hey @fsouza, I bumped into this issue this week and opened #528 to address it. I'd really appreciate a review from you on that one when you get a chance.

<!-- gh-comment-id:874407182 --> @lucaspin commented on GitHub (Jul 6, 2021): Hey @fsouza, I bumped into this issue this week and opened #528 to address it. I'd really appreciate a review from you on that one when you get a chance.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#90
No description provided.