tool · inferred from evidence
fake-gcs-server
A fake Google Cloud Storage server used for testing or local development.
- fake-gcs-server returns 500 when started with an empty mounted data directory
Running fake-gcs-server in Docker with a data volume mounted to an initially empty directory failed. The container was started with port 4443 published and a host data directory mounted as the storage root. Querying the local storage API ov
- fake-gcs-server omits the generation field, breaking the official PHP storage client
Uploading a file to fake-gcs-server with the official Google PHP storage client broke because the upload response omitted the `generation` field entirely. The PHP client's Bucket.php expects `generation` in the response, so a missing field
- fake-gcs-server: invalid character '\x1f' looking for beginning of value from Java client
Creating a bucket on fake-gcs-server using the Java Storage client failed with: invalid character '\x1f' looking for beginning of value, raised from HttpStorageRpc.translate. Pointing the client at the fake server (custom StorageOptions wit