soto-project / soto

Swift SDK for AWS that works on Linux, macOS and iOS
https://soto.codes
Apache License 2.0
880 stars 83 forks source link

Add support for Host prefix values #507

Closed adam-fowler closed 3 years ago

adam-fowler commented 3 years ago

A number of API calls have a prefix they prepend to the host name (chime, location, s3control etc). This PR adds the hostPrefix parameter to all the AWSClient.execute functions where required.

See related PR https://github.com/soto-project/soto-core/pull/448