amazon-sqs-python-extended-client-lib
amazon-sqs-python-extended-client-lib copied to clipboard
How to set S3 credentials?
https://github.com/awslabs/amazon-sqs-python-extended-client-lib/blob/4af1b0b06a1ce236b60a66d525855a6d42a1a4d5/src/sqs_extended_client/client.py#L656
Should this be self.client("sqs"), so that (I think) this library will at least use the SQS credentials (see constructor args) to also access S3? I think the way it's written right now, you're going to just get "whatever default credentials", right?