Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type Client interface + DownloadFile func(bucketName, objectName string) ([]byte, error) + GetFileUrl func(bucketName, objectName string) (string, error) + HealthCheck func() error + UploadFile func(bucketName, objectName, file string) (string, error) + func New(endpoint, accessKey, secretKey string) (Client, error)