Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCS ¶
type GCS struct { rw.Prefixed Bucket string `json:"bucket"` ServiceAccountKey string `json:"key"` // contains filtered or unexported fields }
GCS defines a Google Cloud Storage connection to a bucket.
func (*GCS) NewReader ¶
func (rw *GCS) NewReader(id string) (io.ReadCloser, error)
NewReader returns a Google Cloud Storage Reader
Click to show internal directories.
Click to hide internal directories.