mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-26 22:20:18 +01:00
Remove commented debug line.
This commit is contained in:
parent
6a956a445f
commit
a2ab63c7b8
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ func getAwsSession(accessKey, secretKey, region, endpoint string, forcePathStyle
|
||||||
Endpoint: aws.String(endpoint),
|
Endpoint: aws.String(endpoint),
|
||||||
Credentials: credentials.NewStaticCredentials(accessKey, secretKey, ""),
|
Credentials: credentials.NewStaticCredentials(accessKey, secretKey, ""),
|
||||||
S3ForcePathStyle: aws.Bool(forcePathStyle),
|
S3ForcePathStyle: aws.Bool(forcePathStyle),
|
||||||
//LogLevel: aws.LogLevel(aws.LogDebug),
|
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue