We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b68bf commit 5e4da71Copy full SHA for 5e4da71
pbm/storage/gcs/download.go
@@ -75,7 +75,7 @@ func (g *GCS) newPartReader(fname string, fsize int64, chunkSize int) *storage.P
75
return cli.(gcsClient).getPartialObject(ctx, fname, start, end-start+1)
76
},
77
GetSess: func() (interface{}, error) {
78
- return g.client, nil // re-use the already-initialised backend client
+ return g.client, nil // re-use the already-initialized client
79
80
}
81
0 commit comments