cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.32k stars 128 forks source link

Comment unsupported method of boto3 1.23.10 #631

Closed Lagovas closed 1 year ago

Lagovas commented 1 year ago

This method is not supported with boto 1.23.10 but only this version supports python3.6 used for tests on centos 7. boto3 we use in our acra-ee environment, that is why it wasn't visible in CE tests. We can re-install it on EE side, but this method in python code should be patched for that...

Checklist