CulturalMe / meteor-slingshot

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

allow to use testing-environment like http://s3ninja.net/ / allow to set url #202

Open macrozone opened 8 years ago

macrozone commented 8 years ago

For local development, it makes sense to have a test-environement, instead of a real s3.

http://s3ninja.net/ provides such a test environement. For that you just need to change the url to point to your local test-server. How can you do that in slingshot?

bbinoy commented 6 years ago

I'm having the same problem, I want to use a different url than amazons. The only way I currently see is to rewrite aws-s3.js.

KheireddineAzzez commented 1 year ago

Did you have a solution for that reason