[PR #528] [MERGED] Add support for startOffset and endOffset #688

Closed
opened 2026-03-03 12:31:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/528
Author: @lucaspin
Created: 7/6/2021
Status: Merged
Merged: 7/8/2021
Merged by: @fsouza

Base: mainHead: support-for-end-and-start-offsets


📝 Commits (2)

  • 798e993 Add support for startOffset and endOffset
  • b65d9c9 Create ListObjectsWithOptions

📊 Changes

2 files changed (+85 additions, -11 deletions)

View changed files

📝 fakestorage/object.go (+48 -11)
📝 fakestorage/object_test.go (+37 -0)

📄 Description

Closes #464, adding support for startOffset and endOffset when listing objects in a bucket


🔄 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/528 **Author:** [@lucaspin](https://github.com/lucaspin) **Created:** 7/6/2021 **Status:** ✅ Merged **Merged:** 7/8/2021 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `support-for-end-and-start-offsets` --- ### 📝 Commits (2) - [`798e993`](https://github.com/fsouza/fake-gcs-server/commit/798e993346a43041c1919abf43c632f8be7cbe2b) Add support for startOffset and endOffset - [`b65d9c9`](https://github.com/fsouza/fake-gcs-server/commit/b65d9c9075db993567637925668e4f4691ee18e1) Create ListObjectsWithOptions ### 📊 Changes **2 files changed** (+85 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+48 -11) 📝 `fakestorage/object_test.go` (+37 -0) </details> ### 📄 Description Closes #464, adding support for `startOffset` and `endOffset` when listing objects in a bucket --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:31:11 +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#688
No description provided.