SwiftAWSS3

0.3.2

Standalone Repository of AWS S3 Client from soto-project/soto
soto-archive/soto-s3

What's New

2017-07-06T12:31:13Z

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", majorVersion: 0, minor: 3)
    ]
)

Description

  • Swift Tools 3.1.0
View More Packages from this Author

Dependencies

Last updated: Wed Jan 10 2024 07:21:27 GMT-1000 (Hawaii-Aleutian Standard Time)