@InterfaceAudience.Private
@InterfaceStability.Unstable
public interface S3ClientFactory
AmazonS3 client instances.| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.s3.AmazonS3 |
createS3Client(URI name,
String bucket,
com.amazonaws.auth.AWSCredentialsProvider credentialSet)
Creates a new
AmazonS3 client. |
com.amazonaws.services.s3.AmazonS3 createS3Client(URI name, String bucket, com.amazonaws.auth.AWSCredentialsProvider credentialSet) throws IOException
AmazonS3 client.name - raw input S3A file system URIbucket - Optional bucket to use to look up per-bucket proxy secretscredentialSet - credentials to useIOException - IO problemCopyright © 2008–2021 Apache Software Foundation. All rights reserved.