Documentation ¶
Index ¶
- type Client
- func (client Client) Delete(path string) error
- func (client Client) Get(path string) (file *os.File, err error)
- func (client Client) GetEndpoint() string
- func (client Client) GetStream(path string) (io.ReadCloser, error)
- func (client Client) GetURL(path string) (string, error)
- func (client Client) List(path string) ([]*oss.Object, error)
- func (client Client) Put(path string, body io.Reader) (*oss.Object, error)
- func (client Client) ToRelativePath(urlPath string) string
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (Client) GetEndpoint ¶
func (Client) ToRelativePath ¶
ToRelativePath process path to relative path
Click to show internal directories.
Click to hide internal directories.