Parcourir la source

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

Missing comma and wrong attribute name on cors example config
Edgar Santiago il y a 3 ans
Parent
commit
795afa29e8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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-date",
       "x-amz-content-sha256",
       "x-amz-content-sha256",
       "content-type"
       "content-type"
-    ]
-    "ExposedHeaders": ["ETag"]
+    ],
+    "ExposeHeaders": ["ETag"]
   },
   },
   {
   {
     "AllowedOrigins": ["*"],
     "AllowedOrigins": ["*"],