Documentation
¶
Index ¶
- Variables
- func Open(endpoint string, accessKeyID string, secretKey string, bucket string, ...) (remotestorage.Storage, error)
- type Storage
- func (s *Storage) Exists(ctx context.Context, name string) (bool, error)
- func (s *Storage) Get(ctx context.Context, name string, offs, size int64) (io.ReadCloser, error)
- func (s *Storage) ListEntries(ctx context.Context, path string) ([]remotestorage.EntryInfo, []string, error)
- func (s *Storage) Put(ctx context.Context, name string, fileName string) error
- func (s *Storage) String() string
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func (*Storage) Exists ¶
Exists checks if a remove resource exists and can be read. Note that due to an asynchronous nature of cluod storage, a resource stored with the Put method may not be immediately accessible.
func (*Storage) ListEntries ¶
Click to show internal directories.
Click to hide internal directories.