Procházet zdrojové kódy

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

Missing comma and wrong attribute name on cors example config
Edgar Santiago před 3 roky
rodič
revize
795afa29e8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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": ["*"],