Port rebranding update to master #108

Merged
alexvanin merged 2 commits from alexvanin/frostfs-s3-gw:fix/1-more-master into master 2023-05-19 07:30:05 +00:00
2 changed files with 0 additions and 2 deletions

View file

@ -7,8 +7,6 @@ import (
)
func (c *ServiceClientGRPC) signData(buf []byte, f func(key, sign []byte)) error {
// crypto package should not be used outside of API libraries (see neofs-node#491).
// For now tree service does not include into SDK Client nor SDK Pool, so there is no choice.
// When SDK library adopts Tree service client, this should be dropped.
sign, err := crypto.Sign(&c.key.PrivateKey, buf)
if err != nil {