awscredsfile

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidCredentialsFile = app.NewValidationError("INVALID_CREDENTIALS_FILE")
	ErrEmptyProfile           = app.NewValidationError("EMPTY_PROFILE")
	ErrEmptyKey               = app.NewValidationError("EMPTY_KEY")
	ErrEmptyKeyValue          = app.NewValidationError("EMPTY_KEY_VALUE")
)

Functions

func NewCredentialsFileManager

func NewCredentialsFileManager(filePath string) *credentialsFileManager

func NewDefaultCredentialsFileManager

func NewDefaultCredentialsFileManager() *credentialsFileManager

Types

type ProfileCreds

type ProfileCreds struct {
	AwsAccessKeyId     string
	AwsSecretAccessKey string
	AwsSessionToken    *string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL