ソースを参照

Remove commented debug line.

tags/v1.1.3
n8225 4年前
コミット
a2ab63c7b8
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      server/utils.go

+ 0
- 1
server/utils.go ファイルの表示

@@ -43,7 +43,6 @@ 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),
}))
}



読み込み中…
キャンセル
保存