Package org.apache.iceberg.aws
Class S3FileIOAwsClientFactories
java.lang.Object
org.apache.iceberg.aws.S3FileIOAwsClientFactories
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> Tinitialize(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- 
initializeAttempts 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
 
 
-