fsouza/fake-gcs-server

HEAD request returns HTTP 404

BlackBeardBana opened this issue · 2 comments

When attempting a HEAD request for an object within a bucket, the response code returned is a 404.
When attempting a GET request for the same endpoint, a successful HTTP 200 response is returned.

Example endpoint:

fsouza commented

Oh yeah, the /download endpoint is missing the HEAD verb in its mapping. I opened PR #1279, can you give it a shot?

Given it a shot locally in a Docker setup and works as intended 👍