(path *storage.URI)
| 134 | } |
| 135 | |
| 136 | func (o Object) VectorURI(path *storage.URI) *storage.URI { |
| 137 | return VectorURI(path, o.ID) |
| 138 | } |
| 139 | |
| 140 | func VectorURI(path *storage.URI, id ksuid.KSUID) *storage.URI { |
| 141 | return path.JoinPath(fmt.Sprintf("%s.csup", id)) |