jecruz

Results 2 comments of jecruz

Below are the versions of the software and os. All I can do is assume the "latest" tag for a package downloaded a few million times has the correct tag...

I am also encountering the problem. The code below does not store the object with the key. ```python send_message_response = sqs_extended_client.send_message( QueueUrl=SQS_QUEUE_URL, MessageBody=sqs_message, MessageAttributes={ "S3Key": { "StringValue": f"{KEY_NAME}", "DataType": "String"...