Skip to content

Commit

Permalink
Merge pull request #136 from abhigupta55555/master
Browse files Browse the repository at this point in the history
Update auth.go
  • Loading branch information
PratikDhanave authored Jan 13, 2020
2 parents ce252de + c07bd16 commit 4f62784
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 4f62784

Please sign in to comment.