Class S3ClientCache
java.lang.Object
io.nosqlbench.nb.addins.s3.s3urlhandler.S3ClientCache
public class S3ClientCache
extends java.lang.Object
This client cache uses the credentials provided in a URL to create
a fingerprint, and then creates a customized S3 client for each unique
instance. If these clients are not used, they are allowed to be expired
from the map and collected.
-
Constructor Summary
Constructors Constructor Description S3ClientCache() -
Method Summary
Modifier and Type Method Description com.amazonaws.services.s3.AmazonS3get(S3UrlFields fields)
-
Constructor Details
-
S3ClientCache
public S3ClientCache()
-
-
Method Details