Skip to content

APoolio/s3store

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3Store

S3Store is a storage module that uses Amazon's S3 object storage as a storage interface for CertMagic.

Usage

The NewS3Storage(bucket, region string) function will automatically use credentials from ENV vars, ~/.aws/credentials files and any assumed roles. It should not be necessary to provide any explicit credentials.

Otherwise, if you want to provide explicit credentials, you can do so with NewS3StorageWithCredentials(accessKey, secretKey, bucket, region string).

License

This library is distributed under the MIT License, see LICENSE for more information.

About

storage backends for certmagic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%