Class S3AFileSystemFactory

java.lang.Object
org.apache.flink.fs.s3.common.AbstractS3FileSystemFactory
org.apache.flink.fs.s3hadoop.S3FileSystemFactory
org.apache.flink.fs.s3hadoop.S3AFileSystemFactory

public class S3AFileSystemFactory extends S3FileSystemFactory
Simple factory for the S3 file system, registered for the s3a:// scheme.
  • 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
     

    Methods inherited from class org.apache.flink.fs.s3hadoop.S3FileSystemFactory

    createHadoopFileSystem, getInitURI, getS3AccessHelper

    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

    • S3AFileSystemFactory

      public S3AFileSystemFactory()
  • Method Details