Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultObjectName = "default-object-name"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinioClient ¶
type MinioClient interface { MakeBucket(string, string) error BucketExists(string) (bool, error) PutObject(string, string, io.Reader, string) (int64, error) FGetObject(string, string, string) error }
minioClient is the s3 client
type S3Store ¶
type S3Store struct {
// contains filtered or unexported fields
}
func NewS3Store ¶
func NewS3Store(client MinioClient, target *runcommands.Target) *S3Store
Click to show internal directories.
Click to hide internal directories.