You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/r2/examples/authenticate-r2-auth-tokens.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ The following example shows how to authenticate against R2 using the S3 API and
10
10
:::note
11
11
For providing secure access to bucket objects for anonymous users, we recommend using [pre-signed URLs](/r2/api/s3/presigned-urls/) instead.
12
12
13
-
Pre-signed URLs do not require users to be a member of your organization and enable programmatic application directly.
13
+
Pre-signed URLs do not require users to be a member of your organization and enable direct programmatic access to R2.
14
14
:::
15
15
16
-
Ensure you have set the following environmental variables prior to running either example. Refer to [Authentication](/r2/api/tokens/) for more information.
16
+
Ensure you have set the following environment variables prior to running either example. Refer to [Authentication](/r2/api/tokens/) for more information.
0 commit comments