Class S3ClientCache

java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.S3ClientCache

public class S3ClientCache extends Object
A smart Map for AmazonS3 objects. S3ClientCache keeps the clients organized by region, and if provided AWSCredentials will create clients on the fly. Otherwise it just return clients given to it with useClient(AmazonS3).