[PR #2092] Support XML API branch with conflicts resolved #2089

Open
opened 2026-03-03 13:29:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/2092
Author: @LarsAlmgren
Created: 12/12/2025
Status: 🔄 Open

Base: mainHead: support-xml-api-fixed


📝 Commits (8)

  • 2862824 Support XML API (#331)
  • 63afcbf Check bucket exists
  • c92786a Return ETag
  • d2e56b5 Support list start-after
  • ad3276e Address PR review comments on upload_test.go
  • 5d932f3 Merge branch 'main' into support-xml-api-fixed
  • cd4a8a3 fix: remove extra contentEncodingHeader
  • 3a52075 fix: add missing import

📊 Changes

3 files changed (+150 additions, -15 deletions)

View changed files

📝 fakestorage/object.go (+84 -3)
📝 fakestorage/server.go (+3 -0)
📝 fakestorage/upload_test.go (+63 -12)

📄 Description

All work done by @tustvold but since https://github.com/fsouza/fake-gcs-server/pull/1164 is stale I've resolved the conflicts and pushed a new branch to get this going.


🔄 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/2092 **Author:** [@LarsAlmgren](https://github.com/LarsAlmgren) **Created:** 12/12/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `support-xml-api-fixed` --- ### 📝 Commits (8) - [`2862824`](https://github.com/fsouza/fake-gcs-server/commit/2862824898e48906336572077fef2ad70738b46b) Support XML API (#331) - [`63afcbf`](https://github.com/fsouza/fake-gcs-server/commit/63afcbfebc3623e1d5fcfe4d56a090feba2c48a3) Check bucket exists - [`c92786a`](https://github.com/fsouza/fake-gcs-server/commit/c92786a426899e5a45a52d659550db034980b96c) Return ETag - [`d2e56b5`](https://github.com/fsouza/fake-gcs-server/commit/d2e56b596a4833ba983aa77137d1ce9a5d081675) Support list start-after - [`ad3276e`](https://github.com/fsouza/fake-gcs-server/commit/ad3276e99fc36749a048bacd49daf71347a54039) Address PR review comments on upload_test.go - [`5d932f3`](https://github.com/fsouza/fake-gcs-server/commit/5d932f3710b8253b13dc4e4d4d16ae6d3ed2d8d4) Merge branch 'main' into support-xml-api-fixed - [`cd4a8a3`](https://github.com/fsouza/fake-gcs-server/commit/cd4a8a355c187aeb0050db23dfbc9ebbc9dfdbd4) fix: remove extra contentEncodingHeader - [`3a52075`](https://github.com/fsouza/fake-gcs-server/commit/3a52075bab31179410903a2d7bbc51a2e13732d1) fix: add missing import ### 📊 Changes **3 files changed** (+150 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+84 -3) 📝 `fakestorage/server.go` (+3 -0) 📝 `fakestorage/upload_test.go` (+63 -12) </details> ### 📄 Description All work done by @tustvold but since https://github.com/fsouza/fake-gcs-server/pull/1164 is stale I've resolved the conflicts and pushed a new branch to get this going. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#2089
No description provided.