Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Client ¶
type S3Client struct { Endpoint string AccessKey string SecretKey string Bucket string SSL bool MinioClient *minio.Client }
S3Client Data Strucs
func NewS3Client ¶
func NewS3Client(endpoint string, accessKey string, secretKey string, bucket string, useSSL bool) (*S3Client, error)
Initialize a new S3Client
func (*S3Client) DeleteBlob ¶
Deletes a remote blob from Minio/S3
func (*S3Client) DownloadBlob ¶
Downloads a blob from Minio/S3 to a local file
Click to show internal directories.
Click to hide internal directories.