Using rally without GIT and S3 bucket

Is there a way to use rally without setting up git and S3?
What I mean during track development I do not want it to be committed to git and also I just want to have data locally into in s3 for now. How do I do it?
At least how I can use it without S3.

Sure thing.

For tracks without git please check the --track-path cli flag.

You can find an example also in the creating a track from scratch tutorial. In this example you'll see that it's not necessary to store source-file of corpora in a bucket (or http/https location), you can also reference them locally.

Thanks this can be closed.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.