botocore icon indicating copy to clipboard operation
botocore copied to clipboard

The low-level, core functionality of boto3 and the AWS CLI.

Results 273 botocore issues
Sort by recently updated
recently updated
newest added

### Describe the feature If the `expected_params` to `Stubber.add_response` don't match the actual params we get a long error message with the expected/actual params and must ourselves try to spot...

feature-request
needs-review
stubber

Please fill out the sections below to help us address your issue. **What issue did you see ?** When I call the AWS interface in large numbers, and cannot connect...

bug
p2

When awsQueryCompatible trait is found, it's made available in the service model. When this property is found, the error code is returned by looking up the mapping. If the error_code...

This adds a readinto implementation to StreamingBody, following the contract outlined in the Python io package. The primary motivation for this is that it allows consumers to wrap the StreamingBody...

### Describe the feature We should be able to set the source IP address and source port when creating the client using an optional parameter, in the same manner as...

feature-request
p3

Abstracts the s3 Express bucket name from the context to be generically usable as well as adding additional keys to be stored

As mentioned in https://github.com/boto/botocore/pull/2972#issuecomment-1811904061: `_parse_timestamp_with_tzinfo()` already attempts to do `fromtimestamp` parsing; not much point in doing that work twice for timestamp-esque strings (and failing in the cases described in #2972)....

### Describe the issue This is related to the below two issues against aws-cli: * https://github.com/aws/aws-cli/issues/41 * https://github.com/aws/aws-cli/issues/4969 There seems to be a documentation bug in botocore - I filed...

documentation
needs-triage

Resolves #3088, which is currently being tracked in [boto/boto3#3889](https://github.com/boto/boto3/issues/3889). It looks like this change was attempted in #3003, but was reverted after #3077 in #3004. These changes differ from #3003...

### Describe the bug For the `CreateResolverQueryLogConfig` API method: the service model in [data/route53resolver/service-2,json](https://github.com/boto/botocore/blob/develop/botocore/data/route53resolver/2018-04-01/service-2.json#L1662) and [the API reference](https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverQueryLogConfig.html) both incorrectly say `CreatorRequestId` is a required argument. This creates a bug...

bug
p2