jubos / fake-s3

A lightweight server clone of Amazon S3 that simulates most of the commands supported by S3 with minimal dependencies
2.94k stars 355 forks source link

Run as a Background Process #249

Open FinnLawrence opened 4 years ago

FinnLawrence commented 4 years ago

Added new CLI option flags:

I needed this to be able to run the FakeS3 server and my test suite easily in our docker container.

limcross commented 4 years ago

First of all, this is a a fantastic new feature :+1: so thanks for your time @FinnLawrence. I hope the contributing team will see this soon.

Without prejudice of the previous, instead of -b (background), could be great use -d (daemon), i think is more conventional. Tell me what you think about it

FinnLawrence commented 4 years ago

First of all, this is a a fantastic new feature 👍 so thanks for your time @FinnLawrence. I hope the contributing team will see this soon.

Without prejudice of the previous, instead of -b (background), could be great use -d (daemon), i think is more conventional. Tell me what you think about it

Good suggestion @limcross, I've amended the flag and descriptions.