Documentation ¶
Index ¶
- type Client
- func (c Client) GetObject(_ context.Context, objectPath string) (*storage.ObjectReader, error)
- func (c Client) HeadObject(ctx context.Context, objectPath string) (obj *storage.Object, err error)
- func (c Client) ListObject(ctx context.Context, objectPrefix string, recursion bool, ...) error
- func (c Client) MarshalJSON() ([]byte, error)
- func (c Client) Name() string
- func (c Client) Open(name string) (fs.File, error)
- func (c Client) PutObject(ctx context.Context, objectPath string, obj io.Reader, headers http.Header, ...) error
- func (c Client) ReadDir(name string) ([]fs.DirEntry, error)
- func (c Client) Type() string
- type OpenFileFS
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) HeadObject ¶
func (Client) ListObject ¶
func (Client) MarshalJSON ¶
type OpenFileFS ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.