Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute to flag S3 used #5

Open
sl2000 opened this issue Aug 2, 2022 · 1 comment
Open

Attribute to flag S3 used #5

sl2000 opened this issue Aug 2, 2022 · 1 comment

Comments

@sl2000
Copy link

sl2000 commented Aug 2, 2022

Library is fab thanks.

It's using a string attribute 'S3MessageBodyKey’ to flag messages as using S3. This is different to the Java client which uses a numeric attribute 'ExtendedPayloadSize’ (with a legacy 'SQSLargePayloadSize'). Any reason for your choice? I need to be compatible with a Python client (https://github.com/timothymugayi/boto3-sqs-extended-client-lib) which uses 'SQSLargePayloadSize'. Happy to have a go at coding up the change.

@ruscon
Copy link

ruscon commented Nov 14, 2023

Java and Python versions support both attributes, in node should be the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants