Missing comma and wrong attribute name on cors example config
@@ -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": ["*"],