Package org.jets3t.samples
Class ThreadedObjectListing
- java.lang.Object
-
- org.jets3t.samples.ThreadedObjectListing
-
public class ThreadedObjectListing extends Object
Demonstrates how to use theS3ServiceMulti.listObjects(String, String[], String, long)
method to list multiple "partitions" of an S3 bucket at once, using multiple threads to list objects matching different prefixes.- Author:
- James Murty
-
-
Field Summary
Fields Modifier and Type Field Description static String
TEST_PROPERTIES_FILENAME
-
Constructor Summary
Constructors Constructor Description ThreadedObjectListing()
-