soto-core
soto-core copied to clipboard
Core framework of Soto the Swift SDK for AWS
**Describe the bug** I am including aws-sdk-swift aversion 5.0.0-alpha.6 as a dependency to my package. While compiling from Xcode - it works fine. While cross-compiling using below command ``` swift...
Add jsonDecoder, jsonEncoder fields to AWSClient and use when encoding/decoding json
**Is your feature request related to a problem? Please describe.** Dependency on `Foundation` affects significantly cold start. **Describe the solution you'd like** - Remove dependency on any Foundation types like...
When a URL query parameter has no value, AWS expects it to be presented as `key=`. processURL did not add the `=` sign. See https://github.com/soto-project/soto-core/issues/523
**Describe the bug** So I think there's an issue with the implementation of `processURL` in `AWSSigner`. Consider a request to begin a multipart upload, with bucket "MyBucket", the path according...
**Is your feature request related to a problem? Please describe.** With my Swift Lambda functions, I could not get to the same performance level as with my Python Lambda functions....
`AWS_USE_DUALSTACK_ENDPOINT` and `AWS_USE_FIPS_ENDPOINT`