ossclient

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OssClient

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

func New

func New(endpoint, accessKey, secretKey string) (*OssClient, error)

func (*OssClient) DownloadFile

func (c *OssClient) DownloadFile(bucketName, objectName string) ([]byte, error)

func (*OssClient) GetFileUrl

func (c *OssClient) GetFileUrl(bucketName, objectName string) (string, error)

func (*OssClient) HealthCheck

func (c *OssClient) HealthCheck() error

func (*OssClient) UploadFile

func (c *OssClient) UploadFile(bucketName, objectName, file string) (string, error)

Jump to

Keyboard shortcuts

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