------------------
- Support S3 (object storage) temp-urls in upload/download functions in aio/files.py by
disabling the automatic addition of the 'content-type' header by aiohttp.
- Increase default socket read timeout for (async) downloads to 60 seconds.
- Increase default socket connect timeout for uploads to 30 seconds.
- Make the sync and async ApiException the same.
- Improved support for HTTP proxies with async API client.
- Support the November 2022 API (3.0) release.