[PR #1115] [MERGED] feat(xml): add support for list objects #1207

Closed
opened 2026-03-03 12:33:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1115
Author: @goober
Created: 4/2/2023
Status: Merged
Merged: 5/9/2023
Merged by: @fsouza

Base: mainHead: feature/xml-list-objects


📝 Commits (1)

  • be4a0d6 feat(xml): add support for list objects

📊 Changes

6 files changed (+250 additions, -2 deletions)

View changed files

📝 fakestorage/object.go (+55 -0)
📝 fakestorage/object_test.go (+108 -0)
📝 fakestorage/server.go (+10 -0)
📝 fakestorage/xml_response.go (+38 -2)
📝 go.mod (+11 -0)
📝 go.sum (+28 -0)

📄 Description

This pull request aims to add support for listing objects according to the Google Cloud Storage XML API


🔄 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/1115 **Author:** [@goober](https://github.com/goober) **Created:** 4/2/2023 **Status:** ✅ Merged **Merged:** 5/9/2023 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `feature/xml-list-objects` --- ### 📝 Commits (1) - [`be4a0d6`](https://github.com/fsouza/fake-gcs-server/commit/be4a0d6a28499031c17a14aed7ab7aef8ae1cf6c) feat(xml): add support for list objects ### 📊 Changes **6 files changed** (+250 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+55 -0) 📝 `fakestorage/object_test.go` (+108 -0) 📝 `fakestorage/server.go` (+10 -0) 📝 `fakestorage/xml_response.go` (+38 -2) 📝 `go.mod` (+11 -0) 📝 `go.sum` (+28 -0) </details> ### 📄 Description This pull request aims to add support for listing objects according to the [Google Cloud Storage XML API](https://cloud.google.com/storage/docs/xml-api/get-bucket-list) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:33:32 +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#1207
No description provided.