get: Add --range-size to have a random but a defined range pattern
--range-size and --range will create GET requests with random offset but with fixed range
We can discuss during the next week if we should drop this PR or not @klauspost
Lint fix at: https://github.com/minio/warp/pull/303
is this PR still planned? if not please close.
@vadmeste Reach out if you still need it, and I can adjust it as needed.
we have a customer requirement on this can we finalize this ?
What is the point of the single object name?
You can use --objects=1 (which will create one per client) or --list-existing... which will just use whatever is there.
The requirement is that have a bunch of large objects for example and then you can specify a range warp decides to generate list of range requests that randomly hit these objects and provide results, that's all.
@harshavardhana Yes. But not sure why the custom name would be needed for that (and it will break in distributed). To me it seems like it should just be removed from this PR.