awscourier

package module
v0.0.0-...-a6d0388 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2018 License: MIT Imports: 0 Imported by: 0

README

aws-courier

A simple API to retrieve your AWS credentials from your machine.

Build

To build the binaries run the following command:

go build -o aws-courier github.com/gemcdaniel/aws-courier/cmd/aws-courier

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credentials

type Credentials struct {
	AwsAccessKeyId     *string `json:"aws_access_key_id,omitempty"`
	AwsSecretAccessKey *string `json:"aws_secret_access_key,omitempty"`
	AwsSessionToken    *string `json:"aws_session_token,omitempty"`
}

Credentials store AWS credentials

type CredentialsService

type CredentialsService interface {
	Credentials(profile *string) (*Credentials, error)
}

CredentialsService defines a service to return AWS credentials

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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