Skip to content

Commit

Permalink
Update auth.go
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigupta55555 authored Jan 13, 2020
1 parent ce252de commit c07bd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
)

// AWSConfiguration struct for representing AWS credentials.
// AWSConfiguration struct for representing AWS credentials...
type AWSConfiguration struct {
AWSAccessKeyID string
AWSSecretKey string
Expand All @@ -15,7 +15,7 @@ type AWSConfiguration struct {
// Config is variable of type AWSConfiguration.
var Config AWSConfiguration

// LoadConfig loads the AWS credentials.
// LoadConfig loads the AWS credentials...
func LoadConfig() {

// Read from file first.
Expand Down

0 comments on commit c07bd16

Please sign in to comment.