Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alchemy AWS

Support for AWS integration with Alchemy.

Currently provides S3 integration for Filesystem with the AlchemyS3 package.

Installation

Use the Swift Package Manager.

.package(url: "https://github.com/alchemy-swift/aws", branch: "main"),

Usage

import AlchemyS3

let filesystem: Filesystem = .s3(
    key: "<key>",
    secret: "<secret>",
    bucket: "<bucket>",
    region: .useast1,
    endpoint: "<endpoint>" // If using S3 compatible storage such as DigitalOcean Spaces
)

About

AWS drivers for Alchemy services

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages