We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9bc5f commit 1627ad8Copy full SHA for 1627ad8
packages/s3-presigned-post/README.md
@@ -46,7 +46,7 @@ const Key = "user/eric/1";
46
const Fields = {
47
acl: "public-read",
48
};
49
-const { url, fields } = await createPresignedPost({
+const { url, fields } = await createPresignedPost(client, {
50
Bucket,
51
Key,
52
Conditions,
0 commit comments