mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #1221] etag if_etag_not_match check not returning http 304 #174
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jeyob on GitHub (Jun 21, 2023).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1221
Hi,
I am not sure whether this is a known limitation (possibly just me missing the trick). But I am using the
fake-gcs-serveras a mock through docker and where I have seeded with data. All of which works well.I wanted to check whether the mock would be able to handle the e-tag directives when using the
get_blobmethod of theBucketobject. It keeps returning the object even if I use the etag that was returned in a previous step for the same object.I have control-checked by running against actual cloud storage and that seems to work as expected.
Example function call:
Thanks/Jonas
@fsouza commented on GitHub (Jul 29, 2023):
Hey, thanks for reporting and apologies for the slow response. I believe this is a missing feature in fake-gcs-server, yes.