Skip to content

aiobotocore 1.0.0

Compare
Choose a tag to compare
@thehesiod thehesiod released this 31 Mar 17:00
· 113 commits to master since this release
  • API breaking: The result of create_client is now a required async context class
  • Credential refresh should now work
  • generate_presigned_url is now an async call along with other credential methods
  • Credentials.[access_key/secret_key/token] now raise NotImplementedError because
    they won't call refresh like botocore. Instead should use get_frozen_credentials
    async method
  • Bump botocore and extras