Browse Source

Missing comma and wrong attribute name on cors example config (#3465)

Missing comma and wrong attribute name on cors example config
Edgar Santiago 3 years ago
parent
commit
795afa29e8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      website/src/docs/aws-s3-multipart.md

+ 2 - 2
website/src/docs/aws-s3-multipart.md

@@ -181,8 +181,8 @@ While the Uppy AWS S3 plugin uses `POST` requests when uploading files to an S3
       "x-amz-date",
       "x-amz-content-sha256",
       "content-type"
-    ]
-    "ExposedHeaders": ["ETag"]
+    ],
+    "ExposeHeaders": ["ETag"]
   },
   {
     "AllowedOrigins": ["*"],