/s3

Standalone Repository of AWS S3 Client from noppoMan/aws-sdk-swift

Primary LanguageSwiftApache License 2.0Apache-2.0

s3

An AWS s3 type safe client for Swift (This is part of aws-sdk-swift)

Documentation

Visit the aws-sdk-swift documentation for instructions and browsing api references.

Installation

Package.swift

import PackageDescription

let package = Package(
    name: "MyAWSApp",
    dependencies: [
        .package(url: "https://github.com/swift-aws/s3.git", .upToNextMajor(from: "1.0.0"))
    ]
)