Skip to content
Snippets Groups Projects
Unverified Commit 8a952286 authored by Frederik-Baetens's avatar Frederik-Baetens Committed by GitHub
Browse files

add warning to use httpetag for r2 (#10498)


* add warning to use httpetag for r2

* Minor edits

---------

Co-authored-by: default avatarDenise Peña <75506267+dcpena@users.noreply.github.com>
parent f4d1e47a
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,9 @@ export default {
- {{<code>}}etag{{<param-type>}}string{{</param-type>}}{{</code>}}
{{<Aside type="note">}}
We recommend using the `httpEtag` field when returning an etag in a response header. This ensures the etag is quoted and conforms to [rfc 9110](https://www.rfc-editor.org/rfc/rfc9110#section-8.8.3).
{{</Aside>}}
- The etag associated with the object upload.
- {{<code>}}httpEtag{{<param-type>}}string{{</param-type>}}{{</code>}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment