Versions in this module Expand all Collapse all v0 v0.2.4 Jan 26, 2025 Changes in this version + func NewMinio(conf *filemanager.Config) (filemanager.Filemanager, error) + type Minio struct + func (e *Minio) Copy(sourceFileName, destFileName string) error + func (e *Minio) Delete(fileName string) error + func (e *Minio) Download(fileName string) (*filemanager.File, error) + func (e *Minio) Get(fileName string) (*filemanager.File, error) + func (e *Minio) List() ([]filemanager.File, error) + func (e *Minio) Move(sourceFileName, destFileName string) error + func (e *Minio) Rename(oldName, newName string) error + func (e *Minio) Upload(filePath string) (*filemanager.File, error) v0.2.3 Dec 24, 2024