boto3 icon indicating copy to clipboard operation
boto3 copied to clipboard

AWS SDK for Python

Results 327 boto3 issues
Sort by recently updated
recently updated
newest added

### Describe the issue When using the RedshiftDataAPIService execute_statement, it states that only the database name and sql is required as shown here: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/redshift-data.html#RedshiftDataAPIService.Client.execute_statement But then when used in python...

documentation
guidance

When creating a vanilla client like `session = boto3.Session(); s3 = session.client("s3")`, the client returned is not cached. I can't see any reason why this client would be different between...

feature-request
p2

### Describe the bug While calling `Glue client.get_tables`, the method fails when the size of the `Expression` passed in params is greater than 255 chars complete error: `ERROR An error...

bug
response-requested
service-api
glue

when i try send sqs message from lambda in a VPC, i get timeout. I tryed use the VPC Link, but dont work. { "errorMessage": "2019-03-07T13:45:11.739Z 7cb1fd0f-7b84-4fcd-8775-01f0f374a0a9 Task timed out...

bug
sqs
breaking-change
p2

### Describe the bug running the following code in multithreading (tried to come up a minimal example of code to share), raises an exception inconsistently (once a day or so)...

bug
response-requested

### Describe the bug When attempting to create an s3 session resource running on python 3.9 function call throws with message `can't register atexit after shutdown` Behaves as expected in...

bug
s3
resources
p2

### Describe the bug I'm invoking a `lambda` function using `boto3` and authenticating with the `AssumeRoleWithWebIdentity` method. When invoking the `lambda` while the credentials are still valid, there's no issue....

bug
response-requested
lambda

- Description i would like to have a Api call for a Mapping of the Region Names used in the aws console to the region id (e.g: the describe_region() region_name...

feature-request

In the PHP sdk has some function for download and upload as directory(http://docs.aws.amazon.com/aws-sdk-php/v2/guide/service-s3.html#uploading-a-directory-to-a-bucket) Is there any similar function available with boto3? if there is not such function, what kind of...

feature-request
needs-review
p2

**Describe the bug** Basic S3 operations, like downloading or uploading files to buckets, when used in Python 3 threaded application methods, result in a `RuntimeException`. No bug reports are located...

s3
p3