Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 808 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 808 Bytes

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.