[#657] Replace FileName with FilePath attribute
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
c051d21420
commit
9cd4ef1ac4
13 changed files with 37 additions and 37 deletions
2
api/cache/system.go
vendored
2
api/cache/system.go
vendored
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
// SystemCache provides lru cache for objects.
|
||||
// This cache contains "system" objects (bucket versioning settings, tagging object etc.).
|
||||
// Key is bucketName+systemFileName.
|
||||
// Key is bucketName+systemFilePath.
|
||||
type SystemCache struct {
|
||||
cache gcache.Cache
|
||||
logger *zap.Logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue