thumbor-community / aws

Thumbor AWS extensions
MIT License
155 stars 70 forks source link

Remove dependency to tornado_botocore #128

Closed Bladrak closed 5 years ago

Bladrak commented 5 years ago

Tornado botocore uses some private methods from botocore, which makes it unable to follow the updates of the library, and hard to maintain in the long run. We should implement our own async library to interact with botocore, without dependencies to private methods, so we can only depend on botocore.