Documentation ¶
Overview ¶
package s3cache implements a https://godoc.org/golang.org/x/crypto/acme/autocert Cache to store keys within in a S3 bucket. If the key does not exist, it will be created automatically.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { Logger Logger // contains filtered or unexported fields }
Cache provides a s3 backend to the autocert cache.
func NewDSN ¶
NewDSN returns a s3 interface to the autocert cache based on a standard S3 DSN. The path cannot be overwritten
Click to show internal directories.
Click to hide internal directories.