mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[GH-ISSUE #464] [Feature Request] add support for startOffset and endOffset #90
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.
@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.