Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewS3storage ¶
func NewS3storage(ctx context.Context, creds request.AWSCredential, env map[string]string, endpoint string, bucket string, key string, validate bool, useSSL bool) (s *s3Storage, err kv.Error)
NewS3storage is used to initialize a client that will communicate with S3 compatible storage.
Types ¶
type FileSrcProvider ¶
type FileSrcProvider struct {
Name string
}
type SrcProvider ¶
type SrcProvider interface {
// contains filtered or unexported methods
}
type StorageImpl ¶
type StorageImpl int
StorageImpl is a type that describes the implementation of an S3 storage entity
Click to show internal directories.
Click to hide internal directories.