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
* 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]>
Copy file name to clipboardExpand all lines: src/content/docs/r2/examples/aws/aws-sdk-js-v3.mdx
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@ import { Render } from "~/components";
8
8
<Renderfile="keys" />
9
9
<br />
10
10
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
+
:::
12
16
13
17
:::note[Compatibility]
14
18
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