s3

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2021 License: AGPL-3.0 Imports: 23 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Config

type Config struct {
	Bucket          string         `yaml:"bucket"`
	Endpoint        string         `yaml:"endpoint"`
	Region          string         `yaml:"region"`
	AccessKey       flagext.Secret `yaml:"access_key"`
	SecretKey       flagext.Secret `yaml:"secret_key"`
	Insecure        bool           `yaml:"insecure"`
	PartSize        uint64         `yaml:"part_size"`
	HedgeRequestsAt time.Duration  `yaml:"hedge_requests_at"`
	// SignatureV2 configures the object storage to use V2 signing instead of V4
	SignatureV2    bool `yaml:"signature_v2"`
	ForcePathStyle bool `yaml:"forcepathstyle"`
}

Jump to

Keyboard shortcuts

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