findify / s3mock

Embedded S3 server for easy mocking
MIT License
387 stars 107 forks source link

Allow to set the interface to bind to #137

Open koloo91 opened 5 years ago

koloo91 commented 5 years ago

The S3Mock is binding on the wrong network interface on my mac. This will fix my problem

taxonomic-blackfish commented 5 years ago

Bumping this for security reasons of not exposing this service to 0.0.0.0. I would like to be able to bind to 127.0.0.1 only.

shuttie commented 4 years ago

Actually this change will break API backwards compatibility. Can you add these new constructor methods in a way so the old ones with the default interface will still work?