/s3

Standalone Repository of AWS S3 Client from swift-aws/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). This repository is only updated infrequently. If you want a more up to date version please checkout the equivalent module in 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: "4.2.0"))
    ]
)