package
Version:
v0.0.0-...-028896a
Opens a new window with list of versions in this module.
Published: Jun 28, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DefaultLocation = "us-east-1"
DefaultFilesPath = "tmp/files"
StreamChunkSize = 1024 * 1024
)
type Config struct {
Minio Minio `yaml:"minio"`
Server Server `yaml:"server"`
}
type Minio struct {
Endpoint string `yaml:"endpoint"`
AccessKey string `yaml:"accessKey"`
SecretKey string `yaml:"secretKey"`
}
type Server struct {
Port string `yaml:"port"`
Host string `yaml:"host"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.