Skip to content

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

License

Notifications You must be signed in to change notification settings

soto-archive/soto-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is going to de deprecated. It will not receive any new updates when v5.0.0 of Soto is released. If you want to continue to receive updates it is recommended you move to using Soto.

Soto for S3

A Soto client for S3. This repository is only updated infrequently. If you want a more up to date version please checkout the equivalent module in Soto

Documentation

Visit the Soto documentation for instructions and browsing api references.

Installation

Package.swift

import PackageDescription

let package = Package(
    name: "MyAWSApp",
    dependencies: [
        .package(url: "https://github.com/soto-project/soto-s3.git", .upToNextMajor(from: "4.7.0"))
    ]
)