aioaws icon indicating copy to clipboard operation
aioaws copied to clipboard

Asyncio compatible SDK for aws services.

Results 18 aioaws issues
Sort by recently updated
recently updated
newest added

## Description This PR will correct two interrelated issues with how `aioaws` handles bucket names. ### Bucket names are not correctly parsed from bucket domains when adding to upload policy...

Waiting on https://github.com/aio-libs/frozenlist/issues/305

## Description Resolves samuelcolvin/aioaws#16 Thanks for this project. It’s refreshing to see an alternative to the other "bloated, opaque" AWS tools out there. This PR will add basic AWS session...

Getting below error when trying upload file. ```bash root@b4cf3fba168e:/app# python main.py [S3File(key='test.txt', last_modified=datetime.datetime(2021, 10, 25, 12, 5, 32, 928000, tzinfo=datetime.timezone.utc), size=282, e_tag='9e36cc3537ee9ee1e3b10fa4e761045b', storage_class='STANDARD'),] Traceback (most recent call last): File "/app/main.py",...

When running e.g. on Lambda, the access secret is not enough and we have to pass a token with all requests, seems like just as the `X-Amz-Security-Token` header: https://github.com/HENNGE/aiodynamo/blob/cb507e25b9120186f2adcca3d795271b19444443/src/aiodynamo/sign.py#L112-L113

Thanks for the library! Would be really nice if you added the ability to set extra fields in the S3 upload request like ACL, storage class, custom headers etc.

Initial draft for implementation and testing plan. @samuelcolvin I'd appreciate an initial review and then I can dig deeper into testing edge cases, getting the queue URL, etc.

This PR adds basic DynamoDB support, including `GetItem`, `PutItem`, `DeleteItem`, and `Query`. We're working with AWS Lambda and have been frustrated by the slow initialization on cold start when using...

Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....

dependencies