From ca456a21c8b4d1b327cfb7def11a48f24e12ddb9 Mon Sep 17 00:00:00 2001 From: Tyler Erickson Date: Wed, 10 Jan 2024 14:11:56 -0800 Subject: [PATCH] Minor spelling fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a142ae..92a537e 100644 --- a/README.md +++ b/README.md @@ -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`