Ross ROSS = Recommend OSS · open-source software intelligence for agents

fsouza/fake-gcs-server

Google Cloud Storage emulator & testing library. observed · 2026-08-28

github.com/fsouza/fake-gcs-server · homepage · Go · BSD-2-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
fsouza/fake-gcs-servermain99

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