Native s3 sync (#23)

* Native S3 sync implementation

* fix imports

* fix paths reading

* install s3 components duriing test stage
This commit is contained in:
2021-08-10 23:18:56 +03:00
committed by GitHub
parent f8ff2cbf5b
commit aad599be67
12 changed files with 214 additions and 25 deletions

View File

@ -77,6 +77,9 @@ setup(
"mypy",
"pylint",
],
"s3": [
"boto3",
],
"test": [
"pytest",
"pytest-aiohttp",