debug region we found

pull/5562/head
Matthew Hooker 9 years ago
parent c106e7c26c
commit 545ee45567
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -80,6 +80,7 @@ func (c *AccessConfig) Session() (*session.Session, error) {
} else if *session.Config.Region == "" {
return nil, fmt.Errorf("Could not find AWS region, make sure it's set.")
} else {
log.Printf("Found region %s", *session.Config.Region)
c.session = session
}

Loading…
Cancel
Save