Michael Hart
Michael Hart
@waleedsamy that's quite disingenuous – the latest 8.x, 6.x and 4.x `mhart/alpine-node` images were updated 4.5 hours before the official images: ```console $ docker inspect --format '{{json .Created}}' mhart/alpine-node:8.1.4 "2017-07-11T18:09:50.754005426Z"...
@waleedsamy I had removed the 7.x tags from the README and hub.docker.com description a while ago, so no one should be installing it anymore. I'm happy to update it if...
Ah, well I updated them on the weekend anyway 😸 – so you're safe either way 👍
Thanks for the kind words! Your APK repository approach looks like a good one and it may very well be a direction this project takes in the future – for...
Haha, I meant time bandwidth (as in, my time) 😸
What's converting the `+` into `%20`?
@rehanvdm The [README is very explicit](https://github.com/mhart/aws4#aws4signrequestoptions-credentials) about the two ways you can pass in credentials (either via the specific options, or the specified environment variables). This library does not aim...
Yeah, hard to balance something like this – a `host` isn't a URL, so I'm not sure it's really justified adding code to cover this edge case
@txase which service did you see this with? (in any case, you're right – you can just add it after signing)
@brettstack great! thanks for that example. I think in this case I'll just add a check specifically for `iot` and not include the security token in the signature (but still...