* Fixed readthedocs * Vendored aiobotocore for later botocore version
5.0.0
------------------
* Updated lots of dependencies * Changed s3.upload_fileobj from using put_object to doing a multipart upload * Created s3.copy shim that runs get_object then does multipart upload, could do with a better implementation though.