adds IAM auth support

Signed-off-by: Shivam Dhar <[email protected]>
This commit is contained in:
Shivam Dhar
2022-03-09 13:12:45 -08:00
committed by Shivam Dhar
parent 65c12d7224
commit 6ab90be906
9 changed files with 157 additions and 1 deletions
+1
View File
@@ -59,6 +59,7 @@ tests_require = [
"pyyaml",
"pytest",
"pytest-cov",
"botocore;python_version>='3.6'",
]
async_require = ["aiohttp>=3,<4"]