Versions in this module Expand all Collapse all v1 v1.0.0 Mar 12, 2023 Changes in this version + type S3Client struct + AccessKey string + Bucket string + Endpoint string + MinioClient *minio.Client + SSL bool + SecretKey string + func NewS3Client(endpoint string, accessKey string, secretKey string, bucket string, ...) (*S3Client, error) + func (s3 *S3Client) DeleteBlob(objectName string) error + func (s3 *S3Client) DownloadBlob(objectName string, outputURI string) error + func (s3 *S3Client) UploadBlob(localFileURI string, objectName string) error