[PR #677] [MERGED] Handle batch calls #819

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/677
Author: @m4gus88
Created: 2/7/2022
Status: Merged
Merged: 2/21/2022
Merged by: @fsouza

Base: mainHead: batch-requests


📝 Commits (5)

📊 Changes

2 files changed (+163 additions, -0 deletions)

View changed files

📝 fakestorage/server.go (+74 -0)
📝 fakestorage/server_test.go (+89 -0)

📄 Description

Addressing issue #411, added a handler for batch calls.


🔄 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/677 **Author:** [@m4gus88](https://github.com/m4gus88) **Created:** 2/7/2022 **Status:** ✅ Merged **Merged:** 2/21/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `batch-requests` --- ### 📝 Commits (5) - [`28cb47c`](https://github.com/fsouza/fake-gcs-server/commit/28cb47cfaaebf10288b81f1fa056deb936c73486) Handle batch calls - [`b5bbcbc`](https://github.com/fsouza/fake-gcs-server/commit/b5bbcbcd00da26673c70043c6632388686e2f9ba) Fix lint errors - [`b1843ad`](https://github.com/fsouza/fake-gcs-server/commit/b1843ad597dfc60c550a7699a80bcf8de96be5bb) Quick fixes, renames - [`4153c9d`](https://github.com/fsouza/fake-gcs-server/commit/4153c9dc51a45330b67ebf28e4c2000f0420a177) Import fix - [`d33c6a1`](https://github.com/fsouza/fake-gcs-server/commit/d33c6a136b4c26fc2ccb813183c837e1445aeb2e) organize imports ### 📊 Changes **2 files changed** (+163 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/server.go` (+74 -0) 📝 `fakestorage/server_test.go` (+89 -0) </details> ### 📄 Description Addressing issue #411, added a handler for batch calls. --- <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:46 +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#819
No description provided.