Skip to content
/ s3 Public
forked from soto-archive/soto-s3

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

License

Notifications You must be signed in to change notification settings

evenlyio/s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%