Expand description
Create test data in S3-compatible object storage
Structs§
- Test
Object - Test
Object With Data - The same test object spec as in
TestObject, but with the data that is written to the object as well
Functions§
- make_
test_ data - Generate one or more test objects in a bucket.
- make_
test_ data_ object - Generate test data for and upload a single test object
- prepend_
unique_ prefix - Generate a unique prefix ending in a
/character, and prepend it to thekeyin a collection ofTestObjects. - validate_
test_ data_ in_ dir - Validate the test data in a hash map against files in a directory where the file paths relative
to
pathcorrespond to the keys inTestObjectWithData. - validate_
test_ data_ in_ s3 - Validate the test data in a hash map against an S3 bucket to which an archive containing the test data has been extracted.