cloudstorage

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

README

cloud-storage

a sdk for ali oss and minio

Usage

client := NewClient("127.0.0.1:9000", "accesskey", "secretkey")
url, err := client.Upload("bucketName", "objectName", "filepath")

Tips

  • 创建的 bucket 权限需要自己配置,一般需要设为公开

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	UploadFile(bucketName, objectName, file string) (string, error)
	DownloadFile(bucketName, objectName string) ([]byte, error)
	GetFileUrl(bucketName, objectName string) (string, error)
	HealthCheck() error
}

func New

func New(endpoint, accessKey, secretKey string) (Client, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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