Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliyunClient ¶
type AliyunClient struct {
// contains filtered or unexported fields
}
AliyunClient minio客户端
func NewClient ¶
func NewClient(endpoint, accessKeyId, accessKeySecret string) (*AliyunClient, error)
NewClient 客户端
func (*AliyunClient) MakeBucket ¶
func (c *AliyunClient) MakeBucket(ctx context.Context, bucketName string) error
MakeBucket 创建桶
Click to show internal directories.
Click to hide internal directories.