robipresotto / soto-core

Core framework of Soto the Swift SDK for AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soto Core

Swift 5.1 Codecov Result

The core framework for Soto the Swift SDK for AWS.

This is the underlying driver for executing requests to AWS, but you should likely use one of the libraries provided by the package above instead of this! Documentation can be found here.

Swift NIO

This client utilizes Swift NIO to power its interactions with AWS. It returns an EventLoopFuture in order to allow non-blocking frameworks to use this code. Please see the Swift NIO documentation for more details, and please let us know via an Issue if you have questions!

Compatibility

Versions 4.x of soto-core are dependent on swift-nio 2, this means certain libraries/frameworks that are dependent on an earlier version of swift-nio will not work with version 4 of soto-core. Version 3.x of soto-core can be used if you need to use an earlier version of swift-nio. For instance Vapor 3 uses swift-nio 1.13 so you can only use versions 3.x of soto-core with Vapor 3. Below is a compatibility table for versions 3 and 4 of soto-core.

Version Swift MacOS iOS Linux Vapor
3.x 4.2 - Ubuntu 14.04-18.04 3.0
4.x 5.0 - 12.0 - Ubuntu 14.04-18.04 4.0

Contributing

We welcome and encourage contributions from all developers. Please read CONTRIBUTING.md for our contributing guidelines.

License

soto-core is released under the Apache 2.0 license. See LICENSE for details.

About

Core framework of Soto the Swift SDK for AWS

License:Apache License 2.0


Languages

Language:Swift 55.8%Language:C 38.2%Language:C++ 5.1%Language:Shell 0.8%Language:Makefile 0.2%Language:Dockerfile 0.0%