pingrulkin

Results 4 comments of pingrulkin

@snirbenyosef , did you find the reason? I faced the same issue using ansible community aws collection and investigating src code led me to botocore

the reason in my case and probably in @snirbenyosef is botocore of 1.23.0 is not compatible with python 3.6 (at least with verify=False option) Is that expected @kdaily ?

In case of using invalid certificates and trying to skip validation: ``` import boto3 client = boto3.client('s3', aws_access_key_id='ID', aws_secret_access_key='reallysecret', endpoint_url='https://myaws', verify=False ) client.list_buckets() ``` 1) Python 3.6.9 boto3 (1.20.1) botocore...

@tomas How did you use lua-vips with openresty? Did you have a problem with [memory leak](https://github.com/jcupitt/lua-vips/issues/19)?