Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 748 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 748 Bytes

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.0.0"))
    ]
)