Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalCosClient ¶
type LocalCosClient interface { BucketExists(bucketName string, loc string) error CreateBucket(bucketName string, loc string) error UploadFile(bucketName, objectName, filePath, contentType string) (minio.UploadInfo, error) DownloadFile(bucketName, objectName, filePath string) error DeleteFile(bucketName, objectName string) error DeleteFiles(bucketName string, objectInfos []minio.ObjectInfo) error }
func NewLocalCosClient ¶
func NewLocalCosClient(c MinIOConfig) LocalCosClient
Click to show internal directories.
Click to hide internal directories.