Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is an S3 implementation of a DocStore.
func NewWithSession ¶
NewWithSession returns a new Store configured for the specified session.
func (*Store) GetStreaming ¶
func (a *Store) GetStreaming(key string, w http.ResponseWriter) error
GetStreaming streams an S3 document's bytes into the supplied http.ResponseWriter
Click to show internal directories.
Click to hide internal directories.