Versions in this module Expand all Collapse all v0 v0.4.0 Apr 16, 2019 Changes in this version + var StoreHost = "storage.googleapis.com" + func ListFiles(pth string, accessKey, secretKey string) ([]stat.Stats, error) + type Options struct + func NewOptions() *Options + type Reader struct + func NewReader(pth string, accessKey, secretKey string) (*Reader, error) + func (r *Reader) Close() (err error) + func (r *Reader) Read(p []byte) (n int, err error) + func (r *Reader) ReadLine() (ln []byte, err error) + func (r *Reader) Stats() stat.Stats + type Writer struct + func NewWriter(pth string, accessKey, secretKey string, opt *Options) (*Writer, error) + func (w *Writer) Abort() (err error) + func (w *Writer) Close() error + func (w *Writer) Stats() stat.Stats + func (w *Writer) Write(p []byte) (n int, err error) + func (w *Writer) WriteLine(ln []byte) (err error)