Documentation ¶
Index ¶
- func NewS3RawConnector() connectors.Connector
- type S3RawConnector
- func (c S3RawConnector) GetBucketFromHost(host string) (endpoint string, bucket string)
- func (c S3RawConnector) Id() string
- func (c S3RawConnector) IsVirtualHostBucket(schema objstoretype.S3) bool
- func (c S3RawConnector) Load(schema interface{}) (interface{}, error)
- func (c S3RawConnector) Name() string
- func (c S3RawConnector) Schema() interface{}
- func (c S3RawConnector) Tags() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewS3RawConnector ¶
func NewS3RawConnector() connectors.Connector
Types ¶
type S3RawConnector ¶
type S3RawConnector struct{}
func (S3RawConnector) GetBucketFromHost ¶
func (c S3RawConnector) GetBucketFromHost(host string) (endpoint string, bucket string)
func (S3RawConnector) Id ¶
func (c S3RawConnector) Id() string
func (S3RawConnector) IsVirtualHostBucket ¶
func (c S3RawConnector) IsVirtualHostBucket(schema objstoretype.S3) bool
func (S3RawConnector) Load ¶
func (c S3RawConnector) Load(schema interface{}) (interface{}, error)
func (S3RawConnector) Name ¶
func (c S3RawConnector) Name() string
func (S3RawConnector) Schema ¶
func (c S3RawConnector) Schema() interface{}
func (S3RawConnector) Tags ¶
func (c S3RawConnector) Tags() []string
Click to show internal directories.
Click to hide internal directories.