Package org.apache.iceberg.aws
Class S3FileIOAwsClientFactories
java.lang.Object
org.apache.iceberg.aws.S3FileIOAwsClientFactories
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
initialize
(Map<String, String> properties) Attempts to load an AWS client factory class for S3 file IO defined in the catalog propertyS3FileIOProperties.CLIENT_FACTORY
.
-
Method Details
-
initialize
Attempts to load an AWS client factory class for S3 file IO defined in the catalog propertyS3FileIOProperties.CLIENT_FACTORY
. If the property wasn't set, fallback toto intialize an AWS client factory class
- Parameters:
properties
- catalog properties- Returns:
- an instance of a factory class
-