Documentation ¶
Index ¶
- type Object
- func (object *Object) DeleteObject(bucketName string, objectKey string) error
- func (object *Object) GetObject(bucketName string, objectKey string, loaclPath string) error
- func (object *Object) ListObject(bucketName string) ([]string, error)
- func (object *Object) PutObject(bucketName string, objectName string, path string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
func (*Object) DeleteObject ¶
DeleteObject 删除文件
func (*Object) ListObject ¶
ListObject 获取文件列表
Click to show internal directories.
Click to hide internal directories.