(path string)
| 98 | } |
| 99 | |
| 100 | func (g *PublishedStorage) objectPath(path string) string { |
| 101 | return filepath.Join(g.prefix, path) |
| 102 | } |
| 103 | |
| 104 | func (g *PublishedStorage) objectHandle(path string) *storage.ObjectHandle { |
| 105 | obj := g.bucket.Object(g.objectPath(path)) |
no outgoing calls