minio

package
v0.0.0-...-5447720 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	URL       string
	Bucket    string
	AccessKey string
	SecretKey string
}

type Helper

type Helper struct {
	// contains filtered or unexported fields
}

func NewMinioHelper

func NewMinioHelper(minioConfig Config) *Helper

func (*Helper) GetObject

func (mh *Helper) GetObject(objectName string, filePath string) error

func (*Helper) PutObject

func (mh *Helper) PutObject(objectName string, filePath string) (minio.UploadInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL