Storagedriver: GCS: add chunksize parameter
Signed-off-by: Arthur Baars <arthur@semmle.com>
This commit is contained in:
parent
115a6e5803
commit
9432b18e30
2 changed files with 36 additions and 3 deletions
|
@ -75,6 +75,7 @@ func init() {
|
|||
email: email,
|
||||
privateKey: privateKey,
|
||||
client: oauth2.NewClient(ctx.Background(), ts),
|
||||
chunkSize: defaultChunkSize,
|
||||
}
|
||||
|
||||
return New(parameters)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue