boto / boto3

AWS SDK for Python
https://aws.amazon.com/sdk-for-python/
Apache License 2.0
8.95k stars 1.86k forks source link

Any plan for supporting payloads up to 2GB with Amazon SQS #1389

Open naoko opened 6 years ago

naoko commented 6 years ago

I understand that sqs-java-extended-client-lib supports this but just wondering if you have any plan for supporting similar on boto. Thank you!

joguSD commented 6 years ago

Marking this as a feature request. There is currently no plan for this though.

For what it's worth the extended client just uploads the payload as an S3 object and stores the bucket/key name in the SQS payload.

naoko commented 6 years ago

Got it. Thank you.

meridional commented 6 years ago

Will the large message support be accepted via a pull request?

Thanks.

michaelgmiller commented 6 years ago

+1 this would be very useful!!

smehta commented 6 years ago

+1 It would be great to have this feature.