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
  • Field Details

    • TEST_PROPERTIES_FILENAME

      public static String TEST_PROPERTIES_FILENAME
  • Constructor Details

    • ThreadedObjectListing

      public ThreadedObjectListing()
  • Method Details