Jérémie Foucault
Jérémie Foucault
I had to `add_collection` manually. And as it is not written as a module, you can't use `import`
My bad, it was not working neither ; I had to remove that package.
Hi @tim-finnigan , I'm having the exact same issue. I've tried to run the CLI command with debug to analyse what's happening compared to the debug log of boto. It...
@tim-finnigan ok for the paginator indeed it solve the diff between cli and boto. But what I'm not understanding is the API behavior in that case ? Why would it...
That's a good question and it's a bit out of my domain of expertise. It would mean that if a user does not have a proper firewall, any user knowing...
@mtibben, I've made the changes, I'm not really used to develop in Golang. I've successfully compile and test it locally but please tell me if things can be refactored or...
@mtibben could you take a look ?
Issue is just that `BaseURL` is not returning a valid https url that could be fetched it returns `http://[::]:{port}`. This seems linked to https://github.com/golang/go/issues/9334. To "fix" that and force to...
I have exactly the same issue, I was about to open one. I made it work on MacOS with docker Desktop but it is not working on Linux with docker-engine....
Yes as I said, we need to add the `extra_hosts` entry in the docker compose file otherwise it won't work. But still then, the listening interface is important as indicated...