findify / s3mock

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

Logged real port used by S3Mock #172

Open markarasev opened 3 years ago

markarasev commented 3 years ago

When given port = 0, akka-http will try to find an available port by itself, so the passed port parameter will not always be the one really used.