Terri Cain
Terri Cain
I have a need for v1.0.0 (sadly I have a requirement to use ActiveMQ and am using STOMP atm :/) I've got a really simple example I hacked up that...
Was looking at implementing this, thought I'd ask before I go about doing so, is this currently being worked on or am I free to have a crack at it?
### Description of Change Adds support for S3 streaming uploads to support checksums in appended on the end of the request stream (trailers) Running a snippet like the following will...
**Describe the bug** I have a suspicion we'll hit some issues when aiohttp 4.0.0 comes out judging by what I've seen in this issue https://github.com/terrycain/aioboto3/issues/237 where the user had installed...
This is mainly for my own reference. @thehesiod I have a feeling test_presign_sigv4 needs you to explicitly set the addressing style like ```python Config(s3={'addressing_style': 'path'}) ``` Also https://github.com/aio-libs/aiobotocore/blob/master/tests/conftest.py#L43 generates invalid...
So you can't use range over the response from .Files.Glob as it doesnt return a map/slice, so I've added a convenience function to return the underlying files map. So ```...
**What this PR does / why we need it**: When creating EKS nodegroups where the node's IAM role contains a path, the nodes fail to join the cluster. This adds...
You can authenticate to the Azure API's using either system assigned identities or user assigned identities when running within an Azure VM, this removes the need for a dedicated service...
I started out looking at #1171, realising that `sqlc` already contains all of the Postgres catalogs, then realised we didn't have any MySQL ones. Made a copy of the `sqlc-pg-gen`...