mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 22:25:50 +03:00
[PR #976] [MERGED] Add back limited support for Windows #1085
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#1085
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:degraded-windows📝 Commits (4)
c44685fRevert "readme: add note about Windows support being dropped"0db894aAdd support for Windows back7c5ad47backend/metadata_file: use writeFile here too2109a1cbackend/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.