Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AccessKeyId string SecretAccessKey string Bucket string Endpoint string Region string RootPath string Compression compression.Compression DeleteOtherVersions bool }
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func New ¶
func New(config *Config) (*Connection, error)
Click to show internal directories.
Click to hide internal directories.