Replies: 1 comment
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm loading file from my website frontend example.com to my S3 bucket example.s3.eu-west-1.amazonaws.com, with this code:
Into the chrome's developer tool networks, i see a PUT request for each chunk of the file uploaded to S3, but also a OPTIONS request for each PUT:
Any way for fix all those cors request?
Beta Was this translation helpful? Give feedback.
All reactions