Package org.teiid.s3

Interface S3Configuration


  • public interface S3Configuration
    • Method Detail

      • getAccessKey

        String getAccessKey()
      • getSecretKey

        String getSecretKey()
      • getBucket

        String getBucket()
      • getRegion

        String getRegion()
        The optional region. May also be specified in the endpoint url for some s3 services.
        Returns:
      • getSseAlgorithm

        String getSseAlgorithm()
      • getSseKey

        String getSseKey()
        base64 encoded key. If specified server side encryption will be used with the specified getSseAlgorithm()
        Returns:
      • getEndpoint

        String getEndpoint()