Zheaoli commented on issue #3803:
URL: 
https://github.com/apache/incubator-opendal/issues/3803#issuecomment-1868225255

   For the record,
   
   `wasm-pack test --chrome --headless` and `wasm-pack test --chrome` is both 
working.
   
   But need some special S3 settings like
   
   ```json
   [
       {
           "AllowedHeaders": [
               "*"
           ],
           "AllowedMethods": [
               "GET",
               "POST",
               "PUT",
               "HEAD"
           ],
           "AllowedOrigins": [
               "*"
           ],
           "ExposeHeaders": [],
           "MaxAgeSeconds": 3000
       }
   ]
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to