library · inferred from evidence
Bucket.php
A component of the Google PHP storage client that expects the generation field.
- 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