Replies: 1 comment
-
As with most services, S3 does not respond with CORS headers by default, because doing so inherently weakens the security model of the browser. You have to explicitly enable CORS on the S3 side for cross origin requests to work. See: |
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
-
Hi, how would I go about downloading a file from an s3 url? I thought it was a simple
ky.get(...)
liner, but I keep getting this error on theAm I using the wrong operations/functions?
Beta Was this translation helpful? Give feedback.
All reactions