Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewS3Importer ¶
func NewS3Importer(location string) (importer.ImporterBackend, error)
Types ¶
type S3Importer ¶
type S3Importer struct { importer.ImporterBackend // contains filtered or unexported fields }
func (*S3Importer) Close ¶
func (p *S3Importer) Close() error
func (*S3Importer) NewReader ¶
func (p *S3Importer) NewReader(pathname string) (io.ReadCloser, error)
func (*S3Importer) Origin ¶
func (p *S3Importer) Origin() string
func (*S3Importer) Root ¶
func (p *S3Importer) Root() string
func (*S3Importer) Scan ¶
func (p *S3Importer) Scan() (<-chan importer.ScanResult, error)
func (*S3Importer) Type ¶
func (p *S3Importer) Type() string
Click to show internal directories.
Click to hide internal directories.