[PR #1110] [CLOSED] Adaptation to work with google cloud storage crate #1202

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1110
Author: @skytz
Created: 3/29/2023
Status: Closed

Base: mainHead: rust-google-cloud-storage


📝 Commits (2)

  • dc7bcb6 Added missing fields to responses to work with google cloud storage rust crate
  • c38e45a improved printing of response data

📊 Changes

6 files changed (+83 additions, -41 deletions)

View changed files

📝 README.md (+26 -21)
📝 fakestorage/json_response.go (+13 -1)
📝 fakestorage/response.go (+32 -16)
📝 fakestorage/upload.go (+1 -1)
📝 internal/backend/fs.go (+10 -1)
📝 internal/backend/memory.go (+1 -1)

📄 Description

No description provided


🔄 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/1110 **Author:** [@skytz](https://github.com/skytz) **Created:** 3/29/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `rust-google-cloud-storage` --- ### 📝 Commits (2) - [`dc7bcb6`](https://github.com/fsouza/fake-gcs-server/commit/dc7bcb6a4b86192fde15fde5c251512ce36885d4) Added missing fields to responses to work with google cloud storage rust crate - [`c38e45a`](https://github.com/fsouza/fake-gcs-server/commit/c38e45aabbe22b965bdce67d3762c4a160d5a916) improved printing of response data ### 📊 Changes **6 files changed** (+83 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+26 -21) 📝 `fakestorage/json_response.go` (+13 -1) 📝 `fakestorage/response.go` (+32 -16) 📝 `fakestorage/upload.go` (+1 -1) 📝 `internal/backend/fs.go` (+10 -1) 📝 `internal/backend/memory.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:31 +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#1202
No description provided.