dvonlehman / s3-proxy

4front plugin to proxy read calls to S3
50 stars 29 forks source link

How can I use `s3-proxy` as a stand alone service? #1

Closed letusfly85 closed 8 years ago

letusfly85 commented 8 years ago

Hi, I want to use this library as a dummy s3 for CI.

If you know a way to run some scripts for dummy s3 service, please let me know.

letusfly85 commented 8 years ago

sorry, I misunderstood.

dvonlehman commented 8 years ago

Hi @letusfly85, I'd recommend looking at https://www.npmjs.com/package/s3rver. I've used it successfully for just that purpose.

letusfly85 commented 8 years ago

@dvonlehman

Thank you for replying! Great! I will use s3rver :+1:

(I was confused because this repository README.mds example,import` section is not supported in my own nodejs environment...)

letusfly85 commented 8 years ago

@dvonlehman

Thank you, I succeeded creating s3rver docker image.

Thanks.

https://hub.docker.com/r/triplew/s3rver/