s3

package
v0.0.0-...-e27afb6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2022 License: AGPL-3.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Config

type Config struct {
	Endpoint        string         `json:"endpoint"          usage:"location of s3 endpoint" default:"s3.amazonaws.com"`
	TLS             livetls.Config `json:"tls"`
	AccessKeyID     string         `json:"access_key_id"     usage:"the access key id used to identify the client"`
	SecretAccessKey string         `json:"secret_access_key" usage:"the secret access key used to authenticate the client"`
	Region          string         `json:"region"            usage:"the region where the bucket exists"`
	Bucket          string         `json:"bucket"            usage:"the name of the bucket to use"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL