Class S3FileSystemFactory

java.lang.Object
org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory
org.apache.flink.fs.s3hadoop.S3FileSystemFactory
Direct Known Subclasses:
S3AFileSystemFactory

public class S3FileSystemFactory extends org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory
Simple factory for the S3 file system.
  • Field Summary

    Fields inherited from class org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory

    ACCESS_KEY, ENDPOINT, ENTROPY_INJECT_KEY_OPTION, ENTROPY_INJECT_LENGTH_OPTION, MAX_CONCURRENT_UPLOADS, PART_UPLOAD_MIN_SIZE, S5CMD_BATCH_MAX_FILES, S5CMD_BATCH_MAX_SIZE, S5CMD_EXTRA_ARGS, S5CMD_PATH, SECRET_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.fs.FileSystem
     
    protected URI
    getInitURI(URI fsUri, org.apache.hadoop.conf.Configuration hadoopConfig)
     
    protected org.apache.flink.fs.s3.common.writer.S3AccessHelper
    getS3AccessHelper(org.apache.hadoop.fs.FileSystem fs)
     
     

    Methods inherited from class org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory

    configure, create, createFlinkFileSystem

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • S3FileSystemFactory

      public S3FileSystemFactory()
  • Method Details

    • getScheme

      public String getScheme()
    • createHadoopFileSystem

      protected org.apache.hadoop.fs.FileSystem createHadoopFileSystem()
      Specified by:
      createHadoopFileSystem in class org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory
    • getInitURI

      protected URI getInitURI(URI fsUri, org.apache.hadoop.conf.Configuration hadoopConfig)
      Specified by:
      getInitURI in class org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory
    • getS3AccessHelper

      protected org.apache.flink.fs.s3.common.writer.S3AccessHelper getS3AccessHelper(org.apache.hadoop.fs.FileSystem fs)
      Specified by:
      getS3AccessHelper in class org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory