Skip to content

Commit b3e5660

Browse files
nchudleighOxyjun
andauthored
Local development warning for S3 APIs (#21628)
* Local development warning for S3 APIs * Update src/content/docs/r2/examples/aws/aws-sdk-js-v3.mdx * Update src/content/docs/r2/examples/aws/aws-sdk-js-v3.mdx --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 50f8c5d commit b3e5660

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/docs/r2/examples/aws/aws-sdk-js-v3.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ import { Render } from "~/components";
88
<Render file="keys" />
99
<br />
1010

11-
JavaScript or TypeScript users may continue to use the [`@aws-sdk/client-s3`](https://www.npmjs.com/package/@aws-sdk/client-s3) npm package as per normal. You must pass in the R2 configuration credentials when instantiating your `S3` service client:
11+
JavaScript or TypeScript users may continue to use the [`@aws-sdk/client-s3`](https://www.npmjs.com/package/@aws-sdk/client-s3) npm package as per normal. You must pass in the R2 configuration credentials when instantiating your `S3` service client.
12+
13+
:::note
14+
Currently, you cannot use AWS S3-compatible API while developing locally via `wrangler dev`.
15+
:::
1216

1317
:::note[Compatibility]
1418
Client version `3.729.0` introduced a modification to the default checksum behavior from the client that is currently incompatible with R2 APIs.

0 commit comments

Comments
 (0)