Class S3FetcherConfig

    • Constructor Detail

      • S3FetcherConfig

        public S3FetcherConfig()
    • Method Detail

      • isSpoolToTemp

        public boolean isSpoolToTemp()
      • setSpoolToTemp

        public S3FetcherConfig setSpoolToTemp​(boolean spoolToTemp)
      • getRegion

        public String getRegion()
      • getProfile

        public String getProfile()
      • getBucket

        public String getBucket()
      • getCommaDelimitedLongs

        public String getCommaDelimitedLongs()
      • getPrefix

        public String getPrefix()
      • isExtractUserMetadata

        public boolean isExtractUserMetadata()
      • setExtractUserMetadata

        public S3FetcherConfig setExtractUserMetadata​(boolean extractUserMetadata)
      • getMaxConnections

        public int getMaxConnections()
      • setMaxConnections

        public S3FetcherConfig setMaxConnections​(int maxConnections)
      • getCredentialsProvider

        public String getCredentialsProvider()
      • getMaxLength

        public long getMaxLength()
      • getAccessKey

        public String getAccessKey()
      • getSecretKey

        public String getSecretKey()
      • getEndpointConfigurationService

        public String getEndpointConfigurationService()
      • setEndpointConfigurationService

        public S3FetcherConfig setEndpointConfigurationService​(String endpointConfigurationService)
      • isPathStyleAccessEnabled

        public boolean isPathStyleAccessEnabled()
      • setPathStyleAccessEnabled

        public S3FetcherConfig setPathStyleAccessEnabled​(boolean pathStyleAccessEnabled)
      • getThrottleSeconds

        public long[] getThrottleSeconds()
      • setThrottleSeconds

        public S3FetcherConfig setThrottleSeconds​(long[] throttleSeconds)