[PR #2084] [MERGED] feat: listObjects: support pageToken / nextPageToken #2082

Closed
opened 2026-03-03 13:29:41 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: pagination


📝 Commits (3)

  • 4dd4d22 feat: listObjects: support pageToken / nextPageToken
  • 593cc96 restore ListObjectsWithOptions for backwards compatibility
  • df71157 fakestorage: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/2084 **Author:** [@timbertson](https://github.com/timbertson) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 2/2/2026 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `pagination` --- ### 📝 Commits (3) - [`4dd4d22`](https://github.com/fsouza/fake-gcs-server/commit/4dd4d2231872dd3aacf1097db9a67c43024f358e) feat: listObjects: support pageToken / nextPageToken - [`593cc96`](https://github.com/fsouza/fake-gcs-server/commit/593cc964b2a83c597cb83e9c4c3a5538884760ce) restore ListObjectsWithOptions for backwards compatibility - [`df71157`](https://github.com/fsouza/fake-gcs-server/commit/df7115758f9309d1c05b653ae54f27c5e7291427) fakestorage: fix typo ### 📊 Changes **3 files changed** (+112 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+33 -10) 📝 `fakestorage/object_test.go` (+69 -0) 📝 `fakestorage/response.go` (+10 -8) </details> ### 📄 Description Fixes https://github.com/fsouza/fake-gcs-server/issues/1912 and https://github.com/fsouza/fake-gcs-server/issues/1738 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:29:41 +03:00
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#2082
No description provided.