#sts
1 December 2020
Before using Soto, you will need AWS credentials to sign all your requests. The main client object, AWSClient
, accepts a credentialProvider
parameter in its init
. With this you can specify how the client should find AWS credentials. The default if you don't…