You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you can try overriding the s3_client like below: _sqs_extended_client.s3_client = client(service_name="s3", region_name=os.getenv(AWS_REGION, US_EAST_1))
The library creates the client without passing the region or many other attributes here.
I need to set s3 with Verify=No. So how do I override this s3 client in this library?
The text was updated successfully, but these errors were encountered: