Documentation ¶
Index ¶
- type Client
- func (c *Client) CompleteMultipartUpload(imur oss.InitiateMultipartUploadResult, parts []oss.UploadPart, ...) (oss.CompleteMultipartUploadResult, error)
- func (c *Client) DeleteObject(key string) error
- func (c *Client) GetObject(key string) ([]byte, error)
- func (c *Client) GetObjectByRange(key string, offset int64, size int64) ([]byte, error)
- func (c *Client) GetObjectDetailedMeta(key string) (http.Header, error)
- func (c *Client) InitiateMultipartUpload(key string) (oss.InitiateMultipartUploadResult, error)
- func (c *Client) IsObjectExist(key string) (bool, error)
- func (c *Client) PutObject(key string, content []byte) error
- func (c *Client) PutObjectByReader(key string, reader io.Reader) error
- func (c *Client) RemoveSubDir(key string) error
- func (c *Client) UploadPart(imur oss.InitiateMultipartUploadResult, reader io.Reader, partSize int64, ...) (oss.UploadPart, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CompleteMultipartUpload ¶
func (c *Client) CompleteMultipartUpload(imur oss.InitiateMultipartUploadResult, parts []oss.UploadPart, options ...oss.Option) (oss.CompleteMultipartUploadResult, error)
func (*Client) DeleteObject ¶
func (*Client) GetObjectByRange ¶
func (*Client) GetObjectDetailedMeta ¶
func (*Client) InitiateMultipartUpload ¶
func (c *Client) InitiateMultipartUpload(key string) (oss.InitiateMultipartUploadResult, error)
func (*Client) PutObjectByReader ¶
func (*Client) RemoveSubDir ¶
func (*Client) UploadPart ¶
Click to show internal directories.
Click to hide internal directories.