package
Version:
v0.1.20
Opens a new window with list of versions in this module.
Published: Jan 17, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type S3 struct {
Bucket string
Key string
Region string `yaml:"region"`
AccessKeyId string `yaml:"access-key-id"`
SecretAccessKey string `yaml:"secret-access-key"`
}
func NewS3(bucket, key, region, accessKeyId, secretAccessKey string) *S3
Source Files
¶
Click to show internal directories.
Click to hide internal directories.