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.
Click to show internal directories.
Click to hide internal directories.