Documentation ¶
Index ¶
Constants ¶
View Source
const ( AuthMethodIAMRole = "iam_role" AuthMethodAccessKey = "access_key" AuthMethodAWSCredentialsFile = "aws_credentials_file" )
Variables ¶
This section is empty.
Functions ¶
func GetAuthMethods ¶
func GetAuthMethods() []string
func IsValidAuthMethod ¶
func New ¶
func New( Endpoint string, Bucket string, BucketLookupType minio.BucketLookupType, Prefix string, Credentials *credentials.Credentials, DisableSSL bool, UpdateTimestamps bool, Region string, storageMode string, accessLogger cache.Logger, errorLogger cache.Logger, numUploaders, maxQueuedUploads int) cache.Proxy
New returns a new instance of the S3-API based cache
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.