Skip to content

Commit

Permalink
Update get.go
Browse files Browse the repository at this point in the history
get: Add --part.size to allow testing of performance impact on get
  • Loading branch information
llchry authored Jun 13, 2024
1 parent 43aa399 commit 57f78cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cli/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ var getFlags = []cli.Flag{
Value: "10MiB",
Usage: "Size of each generated object. Can be a number or 10KiB/MiB/GiB. All sizes are base 2 binary.",
},
cli.StringFlag{
Name: "part.size",
Value: "",
Usage: "Multipart part size. Can be a number or 10KiB/MiB/GiB. All sizes are base 2 binary.",
Hidden: true,
},
cli.BoolFlag{
Name: "range",
Usage: "Do ranged get operations. Will request with random offset and length.",
Expand Down

0 comments on commit 57f78cc

Please sign in to comment.