Fix s3 100MB max upload issue.

This commit is contained in:
nrew225
2019-07-21 14:54:28 -05:00
parent ce043efca0
commit 372ff5f368
4 changed files with 13 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ func getAwsSession(accessKey, secretKey, region, endpoint string, forcePathStyle
Endpoint: aws.String(endpoint),
Credentials: credentials.NewStaticCredentials(accessKey, secretKey, ""),
S3ForcePathStyle: aws.Bool(forcePathStyle),
//LogLevel: aws.LogLevel(aws.LogDebug),
}))
}