aioboto3 icon indicating copy to clipboard operation
aioboto3 copied to clipboard

Wrapper to use boto3 resources with the aiobotocore async backend

Results 25 aioboto3 issues
Sort by recently updated
recently updated
newest added

* Async AWS SDK for Python version: 9.0.0 * Python version: 3.7 * Operating System: Lambda (Linux) ### Description I would like to reuse session or client in multiple concurrent...

* Async AWS SDK for Python version: latest * Python version: 3.8 & 3.9 * Operating System: macOS, Linux, Windows ### Description We'd like to enable some advanced features for...

Thanks for your excellent library! The docs mention the following patches to s3transfer: > s3_client.download_file* This is performed by the s3transfer module. – Patched with get_object > s3_client.upload_file* This is...

enhancement

Hello, I have been working on a function that will log my responses asynchronously to SQS, but I am having trouble creating an SQS client that is open and not...

* Async AWS SDK for Python version: 10.1.0 * Python version: 3.9 * Operating System: MacOs ### Description I'm having dependency conflicts when I try to setup **aioboto3** v10.1.0 because...

* Async AWS SDK for Python version: aioboto3 12.3.0 * Python version: 3.8 * Operating System: Mac ### Description Existing test cases were failing due to `ValueError: too many values...

* Async AWS SDK for Python version: 12.1.0 * Python version: 3.11.0 * Operating System: Windows ### Description I have developed a script that lists all objects from an S3...

* Async AWS SDK for Python version: aioboto3-12.1.0 aiobotocore-2.8.0 * Python version: 3.11 * Operating System: Debian GNU/Linux 11 (bullseye) ### Description ```[ERROR] 2024-01-14 08:19:05,638:poller - Main thread exception. Traceback...

* Async AWS SDK for Python version: aioboto3==12.4.0 * Python version: 3.10.12 * Operating System: Ubuntu 22.04.2 LTS (Jammy Jellyfish) ### Description I'm receiving warning when using S3 client: ```...

* Async AWS SDK for Python version: 12.4.0 * Python version: 3.10 * Operating System: 20.04.1-Ubuntu ### Description I tried to copy file object in S3 using copy method, but...