Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetIngestrURI ¶
type Config ¶
type Config struct { BucketName string PathToFile string AccessKeyID string SecretAccessKey string }
func (*Config) GetIngestrURI ¶
s3://<bucket_name>/<path_to_file>?access_key_id=<access_key_id>&secret_access_key=<secret_access_key>
type GetIngestrURI ¶
type GetIngestrURI interface {
GetIngestrURI() string
}
Click to show internal directories.
Click to hide internal directories.