Skip to content

alchemy-swift/aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages