Versions in this module Expand all Collapse all v0 v0.2.0 Oct 27, 2023 Changes in this version type MinioClient + func (c *MinioClient) DownloadFile(ctx context.Context, input string, customPath string) error v0.1.0 Oct 26, 2023 Changes in this version + type MinioClient struct + func NewClient(dir string, debug bool, cfg *environment.EnvConfig) (*MinioClient, error) + func (c *MinioClient) UploadFile(ctx context.Context, filePath string, public bool) (string, error)