Package org.teiid.s3
Interface S3Configuration
-
public interface S3Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccessKey()StringgetBucket()StringgetEndpoint()StringgetRegion()The optional region.StringgetSecretKey()StringgetSseAlgorithm()StringgetSseKey()base64 encoded key.
-
-
-
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 specifiedgetSseAlgorithm()- Returns:
-
getEndpoint
String getEndpoint()
-
-