Daniel Peebles
Daniel Peebles
Also note that the official AWS SDKs are somewhat inconsistent about when they retry. See for example my comment on `aws-sdk-cpp` [here](https://github.com/aws/aws-sdk-cpp/pull/576#issuecomment-340633419). In general I also think the title of...
@davidbarsky what would folks want out of the raw HTTP response on success? The request ID? Thinking about this some more, the current rusoto behavior feels more like the "no...
@davidbarsky my main objection to that sort of "just tell the client I want retries" is that I actually have an unusual retry situation that drew me to this library...
@davidbarsky sorry, not quite sure what you're advocating here. Are you suggesting that rusoto's request machinery be reimplemented atop of Tower? I have no real opinion on that, but if...
No, my primary issue (I don't think I wrote this title?) is that given the amount of normal noise, I turn log level up, but that turns off things that...
To clarify, some processes (in any program) produce useful human-readable output as they perform their primary duties. Some of it might be debug info, other times you might get warning...
Apparently not if `NIX_REMOTE=daemon`, since (without `--dry-run`) it would be a security vulnerability?
I guess just setting `NIX_REMOTE=` is sufficient.
Yeah. Doesn't seem like it should be necessary to be superuser to test if a remote binary cache contains some hashes 😄 it's also a PITA to be superuser in...
I'm testing some code whose job is to manage a binary cache 😄 so I'm trying to check on what's in it and don't particularly care about using that stuff.