package
0.1.0
Repository: https://github.com/hasheddan/crossplane.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Config - crate AWS Config based on credentials data using [default] profile.
ConfigFromFile - create AWS Config based on credential file using [default] profile.
CredentialsIDSecret retrieves AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY from the data which contains aws credentials under given profile Example: [default] aws_access_key_id = <YOUR_ACCESS_KEY_ID> aws_secret_access_key = <YOUR_SECRET_ACCESS_KEY>.
LoadConfig - AWS configuration which can be used to issue requests against AWS API.
ValidateConfig - validates AWS configuration by issuing list s3 buckets request TODO: find a better way to validate credentials.