localfile

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalFileClient

type LocalFileClient struct {
	Root string
}

LocalFileClient 本地文件

func NewClient

func NewClient(storageRoot string) (*LocalFileClient, error)

NewClient 客户端

func (*LocalFileClient) MakeBucket

func (l *LocalFileClient) MakeBucket(ctx context.Context, bucketName string) error

MakeBucket 创建存储目录

func (*LocalFileClient) PutObject

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

PutObject 上传对象

func (*LocalFileClient) PutObjectFromFile added in v1.0.28

func (c *LocalFileClient) 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