We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d676f6 commit 76eab3dCopy full SHA for 76eab3d
tests/upload.js
@@ -99,7 +99,7 @@ describe("File upload", function () {
99
tags: ["tag1","tag2"], // array handling
100
isPrivateFile: true, // Boolean handling
101
useUniqueFileName: "false", // As string
102
- responseFields : ["tags,metadata"],
+ responseFields: ["tags", "metadata"],
103
extensions: [
104
{
105
name: "aws-auto-tagging",
0 commit comments