-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-Cors Custom server? #240
Comments
+1 @consciousweb. Did you ever figure this out? |
Nope, this package has been abandoned for 5 years now so with no response I decided it was not worth my time and found other packages to accomplish what i needed |
What are the other packages you've found that maintained? Our production app still uses this package and it works. And we use |
@consciousweb +1 what are the other packages that worked for you? |
fs, aws-sdk/clients/s3, meteor/ostrio:files http upload -> temp mongo storage -> s3 upload |
Im trying to connect to a s3 nodechef object server that does not support cors configurations, and does not use regions, just bucket + endpoint + filename and im receiving No 'Access-Control-Allow-Origin' header error. Is there anyway to disable cors requirements of slingshot to get past this?
The text was updated successfully, but these errors were encountered: