[PR #976] [MERGED] Add back limited support for Windows #1085

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/976
Author: @fsouza
Created: 11/1/2022
Status: Merged
Merged: 11/1/2022
Merged by: @fsouza

Base: mainHead: degraded-windows


📝 Commits (4)

  • c44685f Revert "readme: add note about Windows support being dropped"
  • 0db894a Add support for Windows back
  • 7c5ad47 backend/metadata_file: use writeFile here too
  • 2109a1c backend/fs: introduce a lazy implementation of ReadSeekCloser

📊 Changes

11 files changed (+104 additions, -45 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -0)
📝 README.md (+0 -6)
📝 ci/.goreleaser.yml (+5 -0)
📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 internal/backend/backend_test.go (+4 -0)
📝 internal/backend/fs.go (+7 -38)
internal/backend/lazy_file.go (+53 -0)
📝 internal/backend/metadata_file.go (+1 -1)
internal/backend/writefile_unix.go (+17 -0)
internal/backend/writefile_windows.go (+13 -0)

📄 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/976 **Author:** [@fsouza](https://github.com/fsouza) **Created:** 11/1/2022 **Status:** ✅ Merged **Merged:** 11/1/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `degraded-windows` --- ### 📝 Commits (4) - [`c44685f`](https://github.com/fsouza/fake-gcs-server/commit/c44685f5fd292e57892d57622473ae492396dea3) Revert "readme: add note about Windows support being dropped" - [`0db894a`](https://github.com/fsouza/fake-gcs-server/commit/0db894a85cdd6358bfa33b0df8a6497bc30bd06b) Add support for Windows back - [`7c5ad47`](https://github.com/fsouza/fake-gcs-server/commit/7c5ad479a49de74439a184c4767b9a1d3a1791bd) backend/metadata_file: use writeFile here too - [`2109a1c`](https://github.com/fsouza/fake-gcs-server/commit/2109a1c4511c729c6151fdbecef5c6d20fa73389) backend/fs: introduce a lazy implementation of ReadSeekCloser ### 📊 Changes **11 files changed** (+104 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -0) 📝 `README.md` (+0 -6) 📝 `ci/.goreleaser.yml` (+5 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `internal/backend/backend_test.go` (+4 -0) 📝 `internal/backend/fs.go` (+7 -38) ➕ `internal/backend/lazy_file.go` (+53 -0) 📝 `internal/backend/metadata_file.go` (+1 -1) ➕ `internal/backend/writefile_unix.go` (+17 -0) ➕ `internal/backend/writefile_windows.go` (+13 -0) </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:32:59 +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#1085
No description provided.