Class S3FileIOAwsClientFactories


  • public class S3FileIOAwsClientFactories
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T initialize​(java.util.Map<java.lang.String,​java.lang.String> properties)
      Attempts to load an AWS client factory class for S3 file IO defined in the catalog property S3FileIOProperties.CLIENT_FACTORY.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • initialize

        public static <T> T initialize​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Attempts to load an AWS client factory class for S3 file IO defined in the catalog property S3FileIOProperties.CLIENT_FACTORY. If the property wasn't set, fallback to to intialize an AWS client factory class
        Parameters:
        properties - catalog properties
        Returns:
        an instance of a factory class