Skip to content

Commit 4b9e146

Browse files
committed
dont need here
1 parent 3ba2c1e commit 4b9e146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

method/method.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func (m *Method) uriAcquire(msg *message.Message) {
307307
func (m *Method) s3Client(s3Uri *url.URL) s3iface.S3API {
308308
awsAccessKeyID := s3Uri.User.Username()
309309
awsSecretAccessKey, hasPass := s3Uri.User.Password()
310-
var config = &aws.Config{
310+
config := &aws.Config{
311311
Region: aws.String(m.region),
312312
}
313313
if awsAccessKeyID != "" {

0 commit comments

Comments
 (0)