feat: add support for Etag headers on reads by daniellehanks · Pull Request #489 · googleapis/python-storage
added 8 commits
July 5, 2021 22:06
google-cla
bot
added
the
cla: yes
label
Jul 6, 2021
tseaver
changed the title
Etag headers on reads
feat: add support for Etag headers on reads
google-cla
bot
added
cla: no
and removed cla: yes
This human has signed the Contributor License Agreement.labels
Jul 8, 2021
google-cla
bot
added
cla: yes
and removed cla: no
This human has *not* signed the Contributor License Agreement.labels
Jul 8, 2021cojenco pushed a commit to cojenco/python-storage that referenced this pull request
Oct 13, 2021Support conditional requests based on ETag for read operations (`reload`, `exists`, `download_*`). My own testing seems to indicate that the JSON API does not support ETag If-Match/If-None-Match headers on modify requests (`patch`, `delete`, etc.), please correct me if I am mistaken. This part two of googleapis#451. Part one in googleapis#488. Fixes googleapis#451 🦕
cojenco pushed a commit to cojenco/python-storage that referenced this pull request
Oct 13, 2021Support conditional requests based on ETag for read operations (`reload`, `exists`, `download_*`). My own testing seems to indicate that the JSON API does not support ETag If-Match/If-None-Match headers on modify requests (`patch`, `delete`, etc.), please correct me if I am mistaken. This part two of googleapis#451. Part one in googleapis#488. Fixes googleapis#451 🦕
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters