From a890d9142d23b59d017f2611115976bc68f3f97b Mon Sep 17 00:00:00 2001 From: Pavel Korotkov Date: Wed, 15 Jul 2020 18:31:05 +0300 Subject: [PATCH] Clear useless comments --- auth/enclave.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/auth/enclave.go b/auth/enclave.go index 1033ed0..16113fb 100644 --- a/auth/enclave.go +++ b/auth/enclave.go @@ -14,15 +14,6 @@ import ( "github.com/pkg/errors" ) -// const ( -// // PathToUserAuthPrivateKeyFile is a linux-specific predefined path -// // to a persisted RSA private key for authenticating at S3 server. -// PathToUserAuthPrivateKeyFile = "/etc/neofs/1.pem" -// // PathToNeoFSECDSAPrivateKeyFile is a linux-specific predefined path -// // to a persisted ECDSA private key for accessing NeoFS network. -// PathToNeoFSECDSAPrivateKeyFile = "/etc/neofs/2.pem" -// ) - const ( gatewayEncryptionKeySize = 4096 )