Skip to content

Commit f57dc42

Browse files
committed
Further language clarification
1 parent 5f1b2e7 commit f57dc42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/r2/api/s3/presigned-urls.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ export default {
147147

148148
In some cases, R2 bindings let you implement certain functionality more easily. For example, if you wanted to offer a write-once guarantee so that users can only upload to a path once:
149149

150-
- With R2 binding: You only need to pass the parameter once.
151-
- With presigned URLs: You need to sign specific headers and require the sender to send the same headers.
150+
- With R2 binding: You only need to pass the header once.
151+
- With presigned URLs: You need to first sign specific headers, then request the user to send the same headers.
152152

153153
<Tabs>
154154
<TabItem label="R2 binding example">

0 commit comments

Comments
 (0)