fsouza/fake-gcs-server
Google Cloud Storage emulator & testing library. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 16.0
- age_days: 3398
- days_rel: 9
- days_push: 8
- n_releases_24m: 15
Adoption not part of the score
1450 stars · 284 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
fake-gcs-server is a Google Cloud Storage emulator that can run as a standalone binary/Docker image or be embedded as a Go library in test suites. It implements the GCS API so applications can be tested against a local, preloaded fake storage backend without touching real cloud resources.
Use cases
- emulate google cloud storage locally for integration tests
- mock gcs api in docker for tests in any language
- preload test buckets and objects into a fake gcs server
- use a fake storage client in Go unit tests
- run CI tests without real GCS credentials
- develop against GCS-dependent code offline
When to choose
- you need a local or CI-friendly stand-in for Google Cloud Storage
- you write Go tests that depend on the GCS client and want an in-process fake
- you want to preload fixture data into buckets via a mounted folder
When to avoid
- you need actual durable cloud object storage
- you need an emulator for other GCP services like datastore or pubsub
- you require full fidelity to every GCS API feature or edge-case behavior
Facets
service · maturity active
testing mock-api object-storage http-server cli developer-tools testing cloud-computing apis go cli cross-platform gcs-emulator google-cloud-storage mock-server integration-testing test-double docker
4 sources
- readme: https://github.com/fsouza/fake-gcs-server · fetched 2026-08-28 · 087bcbbab710
- homepage: https://pkg.go.dev/github.com/fsouza/fake-gcs-server/fakestorage?tab=doc · fetched 2026-08-29 · 612657fdea2a
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fsouza/fake-gcs-server | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="fsouza/fake-gcs-server")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem