CORS - ImageContentSearch project #642
Unanswered
agiusalexandre
asked this question in
Q&A
Replies: 2 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, The upload fails because the credentials that need to be passed to the form changed. To fix the issue, edit the input parameters in the upload form following the example at the bottom of this page: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-presigned-urls.html#using-presigned-urls-to-perform-other-s3-operations. |
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
-
❓ Guidance Question
The Question
I've followed the installation steps of https://github.com/aws-samples/aws-cdk-examples/tree/master/python/image-content-search.
The Web page is correctly loaded on my brwoser but when I upload an image I got some CORS issue :
I've double checked the s3 bucket CORS definition :
Environment
Other information
Beta Was this translation helpful? Give feedback.
All reactions