Replies: 4 comments 2 replies
-
Hey @IvanNov7 it looks like you're still not sending CORS headers in the response. Here is a help article I found on Google that describes how to enable CORS for an Amazon S3 bucket: https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html#how-do-i-enable-cors I'm not an AWS expert, so that's the best information I can offer. Note that you will need to enable CORS in the server that hosts your models if and only if that server is different from the one that hosts the |
Beta Was this translation helpful? Give feedback.
-
Have you got any solution for this issue ? |
Beta Was this translation helpful? Give feedback.
-
Here is what I have used in the "CORS" section under "Permissions" on an S3 bucket. Hope this helps!
|
Beta Was this translation helpful? Give feedback.
-
The responde of @WadeMorrison helped me. I was struggling with this, I suggest adding this in the documentation as S3 is used for storing this kind of files. |
Beta Was this translation helpful? Give feedback.
-
Hello every one!
Trying to run the script with model from amazon s3 but cant load model.
Maybe anyone could tell me where is the problem and what i am doing wrong ?
Here is my example:
Beta Was this translation helpful? Give feedback.
All reactions