Soto icon

Soto

#httpclient

6 December 2020

There are a number of changes to Soto that you will need to take into account when upgrading from version 4 or earlier to version 5.If we first look at the Package.swift you will noticeBecause of this your Package.swift dependencies will need to be in the following…

1 December 2020

The AWSClient is the core of Soto. This is the object that manages your communication with AWS. It manages credential acquisition, takes your request, encodes it, signs it, sends it to AWS and then decodes the response for you. In most situations your application should only require…