org.jets3t.samples
Class ThreadedObjectListing
java.lang.Object
org.jets3t.samples.ThreadedObjectListing
public class ThreadedObjectListing
- extends Object
Demonstrates how to use the S3ServiceMulti.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
TEST_PROPERTIES_FILENAME
public static String TEST_PROPERTIES_FILENAME
ThreadedObjectListing
public ThreadedObjectListing()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception