aiohttp-s3-client icon indicating copy to clipboard operation
aiohttp-s3-client copied to clipboard

Results 7 aiohttp-s3-client issues
Sort by recently updated
recently updated
newest added

Since the 0.9.3 isn't taged in github, and theres no 0.9.3 release on gh, and even the 0.9.3 pyproject isn't on github, I had to download the 0.8.19 sources and...

Hiya, this library has been a lifesaver. I'm currently storing some network responses as JSON in memory. I am additionally converting the JSON into dictionaries so they can be written...

The README docs are using path-based addressing which is a deprecated mode. AWS is moving to virtual host-based addressing, eventually retiring the former mode. Perhaps the docs should be changed...

Hello, first of all thanks for the great library. I ran into two issues with `MetadataCredentials` when running on AWS Glue 4.0 with Python 3.10: 1. Incorrect pattern for `strptime`....

### Problem Description I'm trying to build a simple S3 caching web server using this library with `aiohttp`. My goal is to avoid the potential performance hit from using `boto3`...

Hi. I noticed a problem with the method. In the process of parsing the response, there is a condition that checks the values ​​read from the `Contents` node. If at...

This pull request introduces several improvements and new features to the S3 client, with a particular focus on content-type inference, object operations (copy and rename), and code readability. The most...