[PR #918] [MERGED] Fix support resumable + fix incorrect handling of paths which start with a / #1033

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/918
Author: @le0pard
Created: 9/12/2022
Status: Merged
Merged: 9/19/2022
Merged by: @fsouza

Base: mainHead: main


📝 Commits (10+)

📊 Changes

5 files changed (+59 additions, -21 deletions)

View changed files

📝 fakestorage/bucket.go (+2 -2)
📝 fakestorage/object.go (+10 -10)
📝 fakestorage/server.go (+16 -1)
📝 fakestorage/upload.go (+17 -6)
📝 fakestorage/upload_test.go (+14 -2)

📄 Description

Should fix support for resumable + https://github.com/fsouza/fake-gcs-server/issues/349


🔄 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/918 **Author:** [@le0pard](https://github.com/le0pard) **Created:** 9/12/2022 **Status:** ✅ Merged **Merged:** 9/19/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`0b0b083`](https://github.com/fsouza/fake-gcs-server/commit/0b0b0836ff79fafc4048be2e2790f36b51a93ee7) update support - [`85740a1`](https://github.com/fsouza/fake-gcs-server/commit/85740a1ba78219aa752799a1c1a67d412e5450a4) update support - [`be16d56`](https://github.com/fsouza/fake-gcs-server/commit/be16d560405a91d270073f8c521e4de327f73147) update support - [`434ddfe`](https://github.com/fsouza/fake-gcs-server/commit/434ddfe820150b4e8e95185664e086039c1ecfa7) fix upload - [`0e5e65f`](https://github.com/fsouza/fake-gcs-server/commit/0e5e65fc060bbd67e1dd2e4fd7a4cd55de92738c) fix routes order - [`41e8db7`](https://github.com/fsouza/fake-gcs-server/commit/41e8db7594af4433bf6b0818ef463df0764cd16d) Fix normalizeFileName - [`c62771b`](https://github.com/fsouza/fake-gcs-server/commit/c62771be3c8a8c6414f159bbc485ea73abe8b0e0) Fix escaping for mux vars - [`2792636`](https://github.com/fsouza/fake-gcs-server/commit/279263659e0e9d1d70e11d1efe914a668db06902) Fix escaping for mux vars - [`6412da7`](https://github.com/fsouza/fake-gcs-server/commit/6412da78cc97ccceac3a34df775832b0543b6576) Fix escaping for mux vars - [`a5991c7`](https://github.com/fsouza/fake-gcs-server/commit/a5991c7209a3b75955f0eb2e9d85e84bfb9fe165) fix check and tests ### 📊 Changes **5 files changed** (+59 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/bucket.go` (+2 -2) 📝 `fakestorage/object.go` (+10 -10) 📝 `fakestorage/server.go` (+16 -1) 📝 `fakestorage/upload.go` (+17 -6) 📝 `fakestorage/upload_test.go` (+14 -2) </details> ### 📄 Description Should fix support for `resumable` + https://github.com/fsouza/fake-gcs-server/issues/349 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:32:45 +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#1033
No description provided.