kellas

Results 5 issues of kellas

https://github.com/alexstep/S3 https://github.com/alexstep/S3/blob/master/server/sign_request.coffee ``` if ops.endpointurl is "" # Identify post_url if ops.region is "us-east-1" or ops.region is "us-standard" post_url = "https://s3.amazonaws.com/#{ops.bucket}" else post_url = "https://s3-#{ops.region}.amazonaws.com/#{ops.bucket}" else post_url = "#{ops.endpointurl}/#{ops.bucket}" ```

Для работы CI требуется указать в настройках репозитория логин и токен пользователя hub.docker.com DOCKERHUB_USERNAME - логин на сайте docker, в вашем случае желательно чтобы он был backmeupplz DOCKERHUB_TOKEN - создается...

Add IPFS provider options to ipscend.json, by default set the ipfs.infura.io Fix bug with hash in publish script - https://github.com/diasdavid/ipscend/issues/108