ISSUE-242 just some small refactoring

This commit is contained in:
Andrea Spacca
2019-06-23 21:06:58 +02:00
parent cc1a1b8487
commit 2cebb7520c
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ import (
"github.com/golang/gddo/httputil/header"
)
func getAwsSession(accessKey, secretKey, endpoint string, region string) *session.Session {
func getAwsSession(accessKey, secretKey, region, endpoint string) *session.Session {
return session.Must(session.NewSession(&aws.Config{
Region: aws.String(region),
Endpoint: aws.String(endpoint),