package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 1, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type S3 struct {
Endpoint string `yaml:"endpoint"`
Access_Key string `yaml:"access_key"`
Secret_Key string `yaml:"secret_key"`
}
type S3Config struct {
Bucket string `yaml:"bucket"`
Prefix string `yaml:"prefix"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.