Clear useless comments

remotes/KirillovDenis/bugfix/681-fix_acl_parsing
Pavel Korotkov 2020-07-15 18:31:05 +03:00
parent 4fc7eaed34
commit a890d9142d
1 changed files with 0 additions and 9 deletions

View File

@ -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
)