Interface and Description |
---|
org.apache.hadoop.fs.s3a.S3ClientFactory
This interface will be replaced by one which uses the AWS SDK V2 S3 client as part of
upgrading S3A to SDK V2. See HADOOP-18073.
|
Class and Description |
---|
org.apache.hadoop.fs.s3a.auth.AbstractAWSCredentialProvider
This class will be replaced by one that implements AWS SDK V2's AwsCredentialProvider
as part of upgrading S3A to SDK V2. See HADOOP-18073.
|
org.apache.hadoop.fs.s3a.auth.AbstractSessionCredentialsProvider
This class will be replaced by one that implements AWS SDK V2's AwsCredentialProvider
as part of upgrading S3A to SDK V2. See HADOOP-18073.
|
org.apache.hadoop.fs.s3a.AnonymousAWSCredentialsProvider
This class will be replaced by one that implements AWS SDK V2's AwsCredentialProvider
as part of upgrading S3A to SDK V2. See HADOOP-18073.
|
org.apache.hadoop.fs.s3a.auth.AssumedRoleCredentialProvider
This class will be replaced by one that implements AWS SDK V2's AwsCredentialProvider
as part of upgrading S3A to SDK V2. See HADOOP-18073.
|
org.apache.hadoop.fs.s3a.auth.IAMInstanceCredentialsProvider
This class will be replaced by one that implements AWS SDK V2's AwsCredentialProvider
as part of upgrading S3A to SDK V2. See HADOOP-18073.
|
org.apache.hadoop.fs.s3native.NativeS3FileSystem
Replaced by the S3A client.
|
org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider
This class will be replaced by one that implements AWS SDK V2's AwsCredentialProvider
as part of upgrading S3A to SDK V2. See HADOOP-18073.
|
org.apache.hadoop.fs.s3a.TemporaryAWSCredentialsProvider
This class will be replaced by one that implements AWS SDK V2's AwsCredentialProvider
as part of upgrading S3A to SDK V2. See HADOOP-18073.
|
Method and Description |
---|
org.apache.hadoop.fs.s3a.S3AUtils.closeAll(Logger, Closeable...) |
org.apache.hadoop.fs.s3a.S3AUtils.createAwsConf(Configuration, String) |
org.apache.hadoop.fs.s3a.S3AFileStatus.getETag()
use
EtagSource.getEtag() for
public access. |
org.apache.hadoop.fs.s3a.S3ALocatedFileStatus.getETag()
use
EtagSource.getEtag() for
public access. |
org.apache.hadoop.fs.s3a.S3AFileSystem.hasCapability(String) |
org.apache.hadoop.fs.s3a.S3AUtils.lookupPassword(String, Configuration, String, String) |
org.apache.hadoop.fs.s3a.S3AFileSystem.setInputPolicy(S3AInputPolicy)
use openFile() options
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.