diff --git a/storage/gcp/gcp.go b/storage/gcp/gcp.go index 7d70709d..4432be3c 100644 --- a/storage/gcp/gcp.go +++ b/storage/gcp/gcp.go @@ -188,7 +188,7 @@ func (s *Storage) ReadTile(ctx context.Context, l, i, sz uint64) ([]byte, error) } func (s *Storage) ReadEntryBundle(ctx context.Context, i, sz uint64) ([]byte, error) { - return s.get(ctx, layout.EntriesPath(i, sz)) + return s.get(ctx, s.entriesPath(i, sz)) } // get returns the requested object.