Skip to content

Commit 795afa2

Browse files
Missing comma and wrong attribute name on cors example config (#3465)
Missing comma and wrong attribute name on cors example config
1 parent 25945b1 commit 795afa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ While the Uppy AWS S3 plugin uses `POST` requests when uploading files to an S3
181181
"x-amz-date",
182182
"x-amz-content-sha256",
183183
"content-type"
184-
]
185-
"ExposedHeaders": ["ETag"]
184+
],
185+
"ExposeHeaders": ["ETag"]
186186
},
187187
{
188188
"AllowedOrigins": ["*"],

0 commit comments

Comments
 (0)