-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Similar to issue #2 , I'm getting CORS errors. When I switch to aws-sdk to upload directly to S3, no CORS error.
I'm not sure what the difference is in terms of the headers etc;
My CORS Config:
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"POST",
"GET",
"PUT",
"DELETE",
"HEAD"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": []
}
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels