Documentation ¶
Index ¶
- type Client
- func (c *Client) Copy(oldPath, newPath string) (*minio.UploadInfo, error)
- func (c *Client) DownloadFileAtomically(dstPath string, remotePath string) error
- func (c *Client) Exists(remotePath string) bool
- func (c *Client) ListObjects(prefix string) <-chan minio.ObjectInfo
- func (c *Client) Remove(remotePath string) error
- func (c *Client) Rename(oldPath, newPath string) (*minio.UploadInfo, error)
- func (c *Client) URLBase() string
- func (c *Client) URLForPath(remotePath string) string
- func (c *Client) UploadData(remotePath string, data []byte, public bool) (info minio.UploadInfo, err error)
- func (c *Client) UploadDir(dirRemote string, dirLocal string, public bool) error
- func (c *Client) UploadFile(remotePath string, path string, public bool) (info minio.UploadInfo, err error)
- func (c *Client) UploadFileBrotliCompressed(remotePath string, path string, public bool) (info minio.UploadInfo, err error)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Client *minio.Client Bucket string // contains filtered or unexported fields }
func (*Client) DownloadFileAtomically ¶
func (*Client) ListObjects ¶
func (*Client) URLForPath ¶
func (*Client) UploadData ¶
func (*Client) UploadFile ¶
Click to show internal directories.
Click to hide internal directories.