CulturalMe / meteor-slingshot

Upload files directly to AWS S3, Google Cloud Storage and others in meteor
MIT License
595 stars 104 forks source link

Non-Cors Custom server? #240

Open consciousweb opened 4 years ago

consciousweb commented 4 years ago

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?

adammoisa commented 4 years ago

+1 @consciousweb. Did you ever figure this out?

consciousweb commented 4 years ago

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

evolross commented 4 years ago

What are the other packages you've found that maintained?

Our production app still uses this package and it works. And we use browser-policy.

adammoisa commented 4 years ago

@consciousweb +1 what are the other packages that worked for you?

consciousweb commented 4 years ago

fs, aws-sdk/clients/s3, meteor/ostrio:files

http upload -> temp mongo storage -> s3 upload