minio

package
v2.0.77 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MinioClient

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

MinioClient minio客户端

func NewClient

func NewClient(endpoint, accessKeyID, secretAccessKey string) (*MinioClient, error)

NewClient 客户端

func (*MinioClient) MakeBucket

func (c *MinioClient) MakeBucket(ctx context.Context, bucketName string) error

MakeBucket 创建桶

func (*MinioClient) PutObject

func (c *MinioClient) PutObject(ctx context.Context, bucketName string, objectName string, reader io.Reader, objectSize int64) (string, error)

PutObject 上传对象

func (*MinioClient) PutObjectFromFile

func (c *MinioClient) PutObjectFromFile(ctx context.Context, bucketName, objectName, localFile string) (string, error)

PutObjectFromFile 上传对象

Jump to

Keyboard shortcuts

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