[PR #154] [MERGED] Support serving HTTP #384

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/154
Author: @cuonglm
Created: 12/26/2019
Status: Merged
Merged: 12/26/2019
Merged by: @fsouza

Base: masterHead: cuonglm/support-http


📝 Commits (1)

📊 Changes

3 files changed (+16 additions, -3 deletions)

View changed files

📝 fakestorage/server.go (+7 -3)
📝 internal/config/config.go (+6 -0)
📝 internal/config/config_test.go (+3 -0)

📄 Description

Support serving HTTP.

This is helpful when we want to use fake-gcs-server as GCS storage emulator host, since when the current storage client always assumes HTTP.


🔄 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/154 **Author:** [@cuonglm](https://github.com/cuonglm) **Created:** 12/26/2019 **Status:** ✅ Merged **Merged:** 12/26/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `cuonglm/support-http` --- ### 📝 Commits (1) - [`dd8b7a8`](https://github.com/fsouza/fake-gcs-server/commit/dd8b7a8066a8768884ac1e2e245cd10b60f3f0bd) Support serving HTTP ### 📊 Changes **3 files changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/server.go` (+7 -3) 📝 `internal/config/config.go` (+6 -0) 📝 `internal/config/config_test.go` (+3 -0) </details> ### 📄 Description Support serving HTTP. This is helpful when we want to use fake-gcs-server as GCS storage emulator host, since when the current storage client always assumes [HTTP](https://github.com/googleapis/google-cloud-go/blob/95bbb7d728ee6b3f6c1873cfee71b0cb87a0f60d/storage/storage.go#L105). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:29: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#384
No description provided.