mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[PR #2084] [MERGED] feat: listObjects: support pageToken / nextPageToken #2082
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#2082
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?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/2084
Author: @timbertson
Created: 12/4/2025
Status: ✅ Merged
Merged: 2/2/2026
Merged by: @fsouza
Base:
main← Head:pagination📝 Commits (3)
4dd4d22feat: listObjects: support pageToken / nextPageToken593cc96restore ListObjectsWithOptions for backwards compatibilitydf71157fakestorage: fix typo📊 Changes
3 files changed (+112 additions, -18 deletions)
View changed files
📝
fakestorage/object.go(+33 -10)📝
fakestorage/object_test.go(+69 -0)📝
fakestorage/response.go(+10 -8)📄 Description
Fixes https://github.com/fsouza/fake-gcs-server/issues/1912 and https://github.com/fsouza/fake-gcs-server/issues/1738
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.