Michael Haselton

Results 9 comments of Michael Haselton

https://github.com/fastify/fastify-static

Agreed on all points, testing last night it was clear I was misreading the tag filter logic. Will address this evening, thanks for the feedback.

~~I've cleaned up as many references as I could to `environment_name` and I believe the ones I've left are justified.~~ (removed `environment_name` all together) Removed `KubernetesCluster` tags from RouteTables and...

Certainly would help with sharing core subnets/route tables, though you can have 200 of them per vpc so its not terrible to make a few extra. Mainly I'd imagine most...

Looks like encrypted root volume's are not working with the latest stable AMI's for CoreOS, more here. https://github.com/coreos/bugs/issues/1692#issuecomment-275949294

Sure, I'll get a PR up tomorrow.

rebased w/ only ami encryption

Object's return a `fetch` method you can use to avoid this situation, e.g. ``` python obj = container_primary.get_object(version.location['object']) with open(path, 'wb') as fp: fetcher = obj.fetch(chunk_size=262144000) # 256mb chunks while...

My concern adding this is as you stated in your #8 comment, one will not be able to tell if it was the object or the child which fired the...