# Functions
NewStats creates an instance of Stats.
# Structs
Config represents the test config.
PutGetTest uploads the objects using a random client and then Gets the objects from each node to verify if the get output is consistent accross nodes.
PutListTest uploads the objects using a random client and then Lists the objects from each node to verify if the list output is consistent accross nodes.
PutStatTest uploads the objects using a random client and then Stats the objects from each node to verify if the stat output is consistent accross nodes.
Stat denotes the total and success stat info.
Stats denotes the statistical information on the API requests made.
# Interfaces
Test interface defines the test.