Skip to content

Commit

Permalink
CLI: fix calling multi-obj copyi/transform API
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Jan 11, 2024
1 parent fecd4d4 commit 61b27d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/cli/cli/multiobj.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ func runTCO(c *cli.Context, bckFrom, bckTo cmn.Bck, listObjs, tmplObjs, etlName
if flagIsSet(c, etlBucketRequestTimeout) {
msg.Timeout = cos.Duration(etlBucketRequestTimeout.Value)
}
msg.LatestVer = flagIsSet(c, latestVerFlag)
msg.Sync = flagIsSet(c, syncFlag)
msg.ContinueOnError = flagIsSet(c, continueOnErrorFlag)
}
// 3. start copying/transforming
Expand Down

0 comments on commit 61b27d9

Please sign in to comment.