Skip to content

Commit

Permalink
Minor spelling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylere authored Jan 10, 2024
1 parent 5da4e35 commit ca456a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ client_credentials_in_url = S3Client(

By default `S3Client` trying to collect all available credentials from keyword
arguments like `access_key_id=` and `secret_access_key=`, after that from the
username and password from passed `url` argument, so the nex step is environment
username and password from passed `url` argument, so the next step is environment
variables parsing and the last source for collection is the config file.

You can pass credentials explicitly using `aiohttp_s3_client.credentials`
Expand Down

0 comments on commit ca456a2

Please sign in to comment.