Java org.apache.hadoop.fs.s3a S3AUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.fs.s3a S3AUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.fs.s3a S3AUtils.

The text is from its open source code.

Method

AWSCredentialsProvidercreateAWSCredentialProvider(Configuration conf, Class credClass, URI uri)
Create an AWS credential provider from its class by using reflection.
IOExceptiontranslateException(String operation, Path path, AmazonClientException exception)
Translate an exception raised in an operation into an IOException.
IOExceptiontranslateException(@Nullable String operation, String path, SdkBaseException exception)
Translate an exception raised in an operation into an IOException.