amazon-sqs-python-extended-client-lib
amazon-sqs-python-extended-client-lib copied to clipboard
An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
I need to set s3 with Verify=No. So how do I override this s3 client in this library?
### Description When attempting to send a batch of messages where each message is below the DEFAULT_MESSAGE_SIZE_THRESHOLD but the total size exceeds 262144 bytes, boto3 sqs client's `send_message_batch()` function fails...
While trying to use this library with protobuf, we ran into an issue with the logic used to calculate the lenght of a Bytes type, BinaryValue. The function currently used...
I need the ability to set the subpath in my S3 bucket. Right now, it is only accepting the bucket and then the key UUID is used to store the...