Jordon Phillips
Jordon Phillips
@tuukkamustonen the good news is that it's possible to have [types for dicts](http://mypy.readthedocs.io/en/latest/kinds_of_types.html#typeddict) now! So that blocker is gone. But we still have the issue that, since clients are created...
You can possibly use `--exact-timestamps` to work around this, though that may result in excess uploads if you're uploading. To help in reproducing, could you get me some information about...
Yeah that would definitely be faster. Marking as an enhancement. Thanks for bringing it up!
Ah, I see what happened. We inject the tag response [here](https://github.com/boto/boto3/blob/develop/boto3/ec2/createtags.py), but don't put in a corresponding doc change. Thanks for the feedback!
Automating away MFA kind of defeats the point. I can understand wanting a longer expiration time, but having a process automatically grabbing a new token isn't actually any different than...
Ah, so like being able to call off to another process to provide credentials / tokens. That makes a lot of sense and would be super useful for a number...
From the server perspective this tests that whatever you're doing under the hood with content length doesn't fail on a valid length. It can also test that you've exposed it...
We don't support this functionality, no. The only workaround unfortunately is to fix the time on the system. Marking this as a feature request.
@kpfleming No, as of right now policy documents as input parameters expect and only accept strings. You probably copied in some extra bits from the console formatting. I have pull...
Yeah you should definitely be able to call next. Marking as a feature request.