Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthMethod ¶
type AuthMethod struct {
// contains filtered or unexported fields
}
func NewAuthMethod ¶
func NewAuthMethod(endpoint string, options ...AuthMethodOption) (*AuthMethod, error)
func (*AuthMethod) Endpoint ¶
func (am *AuthMethod) Endpoint() string
func (*AuthMethod) Name ¶
func (am *AuthMethod) Name() string
func (*AuthMethod) Session ¶
func (am *AuthMethod) Session() *session.Session
func (*AuthMethod) String ¶
func (am *AuthMethod) String() string
type AuthMethodOption ¶
func WithCredentials ¶
func WithCredentials(accessKeyID, secretKey, sessionToken string) AuthMethodOption
func WithDisableSSL ¶
func WithDisableSSL(disable bool) AuthMethodOption
func WithRegion ¶
func WithRegion(region string) AuthMethodOption
Click to show internal directories.
Click to hide internal directories.