s3fs

package
v0.11.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2017 License: Apache-2.0, Apache-2.0 Imports: 3 Imported by: 42

Documentation

Index

Constants

View Source
const (
	// Name is the provider's name.
	Name = "s3fs"

	// TagDelimiter separates tags from volume or snapshot names
	TagDelimiter = "/"

	// DefaultMaxRetries is the max number of times to retry failed operations
	DefaultMaxRetries = 10

	// Cmd is a key constant.
	Cmd = "cmd"

	// Options is a key constant.
	Options = "options"

	// HostName is a key constant.
	HostName = "hostName"

	// Endpoint is a key constant.
	Endpoint = "endpoint"

	// AccessKey is a key constant.
	AccessKey = "accessKey"

	// SecretKey is a key constant.
	SecretKey = "secretKey"

	// Region is a key constant.
	Region = "region"

	// MaxRetries is a key constant.
	MaxRetries = "maxRetries"

	// DisablePathStyle sets the S3 AWS config property S3ForcePathStyle
	// to false. Please see https://github.com/aws/aws-sdk-go/issues/168
	// for more information.
	DisablePathStyle = "disablePathStyle"

	// Tag is a key constant.
	Tag = "tag"
)
View Source
const (
	// ConfigS3FS is a config key
	ConfigS3FS = Name

	// ConfigS3FSAccessKey is a config key.
	ConfigS3FSAccessKey = ConfigS3FS + "." + AccessKey

	// ConfigS3FSSecretKey is a config key.
	ConfigS3FSSecretKey = ConfigS3FS + "." + SecretKey

	// ConfigS3FSMaxRetries is a config key.
	ConfigS3FSMaxRetries = ConfigS3FS + "." + MaxRetries

	// ConfigS3FSRegion is a config key.
	ConfigS3FSRegion = ConfigS3FS + "." + Region

	// ConfigS3FSCmd is a config key.
	ConfigS3FSCmd = ConfigS3FS + "." + Cmd

	// ConfigS3FSOptions is a config key
	ConfigS3FSOptions = ConfigS3FS + "." + Options

	// ConfigS3FSHostName is a config key
	ConfigS3FSHostName = ConfigS3FS + "." + HostName

	//ConfigS3FSEndpoint is a config key.
	ConfigS3FSEndpoint = ConfigS3FS + "." + Endpoint

	// ConfigS3FSTag is a config key.
	ConfigS3FSTag = ConfigS3FS + "." + Tag

	// ConfigS3FSDisablePathStyle is a config key.
	ConfigS3FSDisablePathStyle = ConfigS3FS + "." + DisablePathStyle
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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