Results 9 comments of Vadim Vasciuc

There is an example running docker in README: ``` docker run --read-only --rm \ -p 127.0.0.1:8080:8080 \ -v ~/.aws/credentials:/.aws/credentials \ -e "AWS_SHARED_CREDENTIALS_FILE=/.aws/credentials" \ -e "AWS_PROFILE=default" \ -e "AWS_REGION=eu-central-1" \ -e...

> Pretty sure endpoint refers to `http://s3.{}.amazonaws.com`, so it can be used with alternate object storages like minio/scaleway… right, this part is hardcoded, needs to be extracted to an env...

Hey! I probably did but it was long time ago so can't remember for sure :) I'm rarely using listing myself. A PR is always welcome)

IMO expected behavior for `add` method would be to add new object field to called instance: ```kotlin fun add(key: String, value: Json): JsObject = JsObject(this.value + hashMapOf(key to value)) ```

Also from version 2.7 with `--strictPropertyInitialization` option enabled mixed properties require _definite assignment assertion modifiers_ to be used: ```typescript class SmartObject implements Disposable, Activatable { constructor() { setInterval(() => console.log(this.isActive...

@SeyZ it may be useful if endpoint is accepting multiple input entity types, but if it look useless for you - feel free to drop it, not sure if I'm...

> Any idea to make this work? this is a bummer. I just used a "safe" password, and did not investigate further

Cleaned `.idea/` files from request.

Hey, If you mean TLS support in front of the server - then no, there is no support for TLS, you'll have to use a reverse proxy in front of...