Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
// WriteObject stores a single object
WriteObject(bucket, objectKey, data, contentType, contentEncoding string, metadata map[string]*string) error
// ReadObject reads a single object
ReadObject(bucket, objectKey string) ([]byte, error)
// ListObjects lists objects withing a bucket
ListObjects(bucket, prefix string) ([]*string, error)
}
Client allows uploading objects to an object storage service
Source Files
¶
- client.go
Click to show internal directories.
Click to hide internal directories.