pub async fn make_test_data_object(
    client: &Client,
    bucket: &str,
    key: &str,
    size: usize
) -> Result<Vec<u8>>
Expand description

Generate test data for and upload a single test object