Skip to content

Commit 5f1b2e7

Browse files
committed
Small fix
1 parent 8e38ec0 commit 5f1b2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default {
145145
- When using an R2 binding, you will not need any token secrets in your Worker code. Instead, in your [Wrangler configuration file](/workers/wrangler/configuration/), you will create a [binding](/r2/api/workers/workers-api-usage/#3-bind-your-bucket-to-a-worker) to your R2 bucket. Additionally, authorization is handled in-line, which can reduce latency.
146146
- When using presigned URLs, you will need to create and use the token secrets in your Worker code.
147147

148-
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, with pre-signed URLs:
148+
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

150150
- With R2 binding: You only need to pass the parameter once.
151151
- With presigned URLs: You need to sign specific headers and require the sender to send the same headers.

0 commit comments

Comments
 (0)