joguSD
joguSD
Marking this as a feature request.
Marking as a feature request.
Using the changes suggested you'd go from a User-Agent that looks like: ``` b'Botocore/1.19.52 Python/3.7.6 Darwin/18.7.0' ``` To something that looks like: ``` b'AioBotocore/1.2.0 Python/3.7.6 Darwin/18.7.0' ``` Given that the...
Hey all, just wanted to chime in real quick to mention that I took some time today to play around with the ideas here. I think @benkehoe's suggestion makes a...
@benkehoe The wheel size wasn't significantly impacted by a a single zip vs individual models. For the particular botocore version I used I go the following: Size of the `.whl`:...
@benkehoe I ran a sanity check comparing all 3 by doing a minimal open directly a model in the `data` dir or `data.zip`: ``` Loading ec2/2016-11-15/service-2.json normal_open Avg: 0.009063401630000006, Min:...
@gricey432 You're absolutely correct that the two approaches aren't mutually exclusive. When I was doing the initial proof of concept script on my branch I was tempted to add a...
Just chiming in to say that I've somewhat verified this with the following: ```python import io import cProfile from botocore.session import Session from botocore.awsrequest import AWSResponse class MockResponse(io.BytesIO): def stream(self,...
Thanks for the feature request! Related: https://github.com/aws/aws-cli/issues/1131
I understand your reasoning, but I don't think we would ever change this default. As for your second question, the `mfa_prompter` isn't something that can be externally configured. I could...