Skip to content

Commit

Permalink
Changing the AWS CodeCommit Connection Initiation to use the new sess…
Browse files Browse the repository at this point in the history
…ion based work
  • Loading branch information
stack72 committed Oct 30, 2015
1 parent 14604e4 commit 63d7f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (c *Config) Client() (interface{}, error) {
client.codedeployconn = codedeploy.New(sess)

log.Println("[INFO] Initializing CodeCommit SDK connection")
client.codecommitconn = codecommit.New(awsConfig)
client.codecommitconn = codecommit.New(usEast1Sess)
}

if len(errs) > 0 {
Expand Down

0 comments on commit 63d7f59

Please sign in to comment.