Switch to boto3 (#2275)

Close https://github.com/zalando/patroni/issues/2237
This commit is contained in:
Alexander Kukushkin
2022-04-14 10:47:16 +02:00
committed by GitHub
parent 40b5db4b85
commit aea0589404
4 changed files with 31 additions and 22 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ AUTHOR_EMAIL = '[email protected], [email protected], alexk
KEYWORDS = 'etcd governor patroni postgresql postgres ha haproxy confd' +\
' zookeeper exhibitor consul streaming replication kubernetes k8s'
EXTRAS_REQUIRE = {'aws': ['boto'], 'etcd': ['python-etcd'], 'etcd3': ['python-etcd'],
EXTRAS_REQUIRE = {'aws': ['boto3'], 'etcd': ['python-etcd'], 'etcd3': ['python-etcd'],
'consul': ['python-consul'], 'exhibitor': ['kazoo'], 'zookeeper': ['kazoo'],
'kubernetes': [], 'raft': ['pysyncobj', 'cryptography']}
COVERAGE_XML = True