Documentation ¶
Index ¶
- func NewChunks(bucket string, prefix string, s3 *s3.S3) core.Chunks
- func NewDriver() core.Driver
- func NewListObjectResult(entries []*s3.Object, hasNext bool) *core.ListObjectResult
- type Chunks
- type Driver
- type File
- type Store
- func (s *Store) Delete(key string) error
- func (s *Store) Exists(key string) (bool, error)
- func (s *Store) Get(key string) (io.ReadCloser, error)
- func (s *Store) Iterator(prefix string) core.FileIterator
- func (s *Store) Put(key string, r io.Reader) error
- func (s *Store) PutFromFile(key string, localPath string) error
- func (s *Store) Size(key string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListObjectResult ¶
func NewListObjectResult(entries []*s3.Object, hasNext bool) *core.ListObjectResult
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) LastModified ¶
Click to show internal directories.
Click to hide internal directories.