Documentation
¶
Overview ¶
Package s3 implements a koanf.Provider that takes a []byte slice and provides it to koanf to be parsed by a koanf.Parser.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// AWS Access Key
AccessKey string
// AWS Secret Key
SecretKey string
// AWS region
Region string
// Bucket Name
Bucket string
// Object Key
ObjectKey string
// Optional: Custom S3 compatible endpoint
Endpoint string
}
Config for the provider.
type S3 ¶
type S3 struct {
// contains filtered or unexported fields
}
S3 implements a s3 provider.
Click to show internal directories.
Click to hide internal directories.