(keypath backend.KeyPath, name string)
| 300 | } |
| 301 | |
| 302 | func (rw *Backend) objectFileName(keypath backend.KeyPath, name string) string { |
| 303 | return filepath.Join(rw.rootPath(keypath), name) |
| 304 | } |
| 305 | |
| 306 | func (rw *Backend) metaFileName(blockID uuid.UUID, tenantID string) string { |
| 307 | return filepath.Join(rw.rootPath(backend.KeyPathForBlock(blockID, tenantID)), backend.MetaName) |