aioboto3
aioboto3 copied to clipboard
Wrapper to use boto3 resources with the aiobotocore async backend
Problem description ------- The use of an async context manager as the only way into having a client can be very awkward to work with, especially where the client is...
* Async AWS SDK for Python version: 9.6.0 * Python version: 3.8 * Operating System: Windows/Linux ### Description After updating to 9.6.0, the [S3 streaming download code](https://aioboto3.readthedocs.io/en/latest/usage.html#streaming-download) no longer works....
* Async AWS SDK for Python version: 9.3.1 * Python version: 3.10.5 * Operating System: Docker image (Debian GNU/Linux 11 (bullseye)) ### Description Hello! [SSE-C](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html) encryption (Server Side Encryption with...
### Description I find that it doesn't work as expected to use upload_fileobj method by passing an aiofiles obj in version 8.2.0, and the issue is already mentioned in #222...
* Async AWS SDK for Python version: * Python version: 3.10 * Operating System: Docker image (Debian GNU/Linux 11 (bullseye)) * aioboto3 version: 9.3.1 ### Description Hi! When I try...
Are there plans to add type system? While boto3 does not have type annotations, there is a package called [boto3-stubs](https://pypi.org/project/boto3-stubs/) which provides type information making it more enjoyable to program...
* Async AWS SDK for Python version: 9.3.1 * Python version: 3.7.11 * Operating System: ECS with Docker Container built on python:3.7-slim-stretch ### Description Trying to run [aws_collect.py](https://github.com/snowflakedb/SnowAlert/blob/a52b43a7fc2d896f6a93c3f67447d26ef480c440/src/connectors/aws_collect.py) from the...
* Async AWS SDK for Python version: aioboto3==9.2.2 and aiobotocore==1.4.2 * Python version: 3.8.11 * Operating System: Amazon Linux 2 ### Description This bug report is a replica of the...
* Async AWS SDK for Python version: * Python version: 3.8 * Operating System: Docker image -> public.ecr.aws/lambda/python:3.8 ### Description I'm trying to update a lambda function and required packages...
All dynamoDB examples document the flow, where a context manager opens the resource (in fact it opens a client under the hood), then some calls are made, (such as get...