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