Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSession ¶
func CreateSession(config *SessionConfig) (*session.Session, error)
Types ¶
type SessionConfig ¶
type SessionConfig struct { Region string `mapstructure:"region"` AccessKeyID string `mapstructure:"accessKeyID"` AccessKey string `mapstructure:"accessKey"` SecretAccessKey string `mapstructure:"secretAccessKey"` IAMRoleARN string `mapstructure:"iamRoleARN"` ExternalID string `mapstructure:"externalID"` Endpoint *string `mapstructure:"endpoint"` S3ForcePathStyle *bool `mapstructure:"s3ForcePathStyle"` DisableSSL *bool `mapstructure:"disableSSL"` Service string `mapstructure:"service"` Timeout time.Duration `mapstructure:"timeout"` }
Some AWS destinations are using SecretAccessKey instead of accessKey
func NewSessionConfig ¶
Click to show internal directories.
Click to hide internal directories.