Skip to content

Commit 323b6a2

Browse files
rahul nits
1 parent a021371 commit 323b6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/r2/examples/authenticate-r2-auth-tokens.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The following example shows how to authenticate against R2 using the S3 API and
1010
:::note
1111
For providing secure access to bucket objects for anonymous users, we recommend using [pre-signed URLs](/r2/api/s3/presigned-urls/) instead.
1212

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.
1414
:::
1515

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.
1717

1818
```sh
1919
export AWS_REGION=auto

0 commit comments

Comments
 (0)