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
The fake server failed to initialize when the mounted data directory was empty, producing 500s on every request. The maintainer reproduced it and pushed a fix, tagged as 1.16.3. Upgrade fake-gcs-server to 1.16.3 or later. As a workaround on
- fake-gcs-server: invalid character '\x1f' looking for beginning of value from Java client
The Java client sends gzipped request bodies by default, and fake-gcs-server did not decompress them (compressed requests are non-standard and had to be implemented manually). The maintainer fixed the server to handle gzipped request payloa