Use [aiobotocore](https://github.com/aio-libs/aiobotocore). As much as it makes sense use architecture from the synchronous [base module](https://github.com/i2mint/py2store/blob/dev/py2store/persisters/s3_w_boto3.py) and [higher level module](https://github.com/i2mint/py2store/blob/dev/py2store/stores/s3_store.py).
Use aiobotocore.
As much as it makes sense use architecture from the synchronous base module and higher level module.