Documentation
¶
Index ¶
- func NewDriver() core.Driver
- type Chunks
- type Driver
- type File
- type ListObjectResult
- 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(dir 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) SaveToFile(key string, localPath string) error
- func (s *Store) Size(key string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) LastModified ¶
type ListObjectResult ¶
type ListObjectResult struct {
// contains filtered or unexported fields
}
func (*ListObjectResult) IsTruncated ¶
func (l *ListObjectResult) IsTruncated() bool
func (*ListObjectResult) Len ¶
func (l *ListObjectResult) Len() int
func (*ListObjectResult) NextMarker ¶
func (l *ListObjectResult) NextMarker() interface{}
Click to show internal directories.
Click to hide internal directories.