public class S3Configuration extends Object
| Constructor and Description |
|---|
S3Configuration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAwsSecretKey() |
String |
getBucketSubDirectory() |
String |
getDefaultBucketName() |
String |
getDefaultBucketRegion() |
Boolean |
getEnableSSE() |
String |
getEndpointURI()
Deprecated.
this method is no longer used as the endpoint is automatically determined by
getDefaultBucketName() |
String |
getGetAWSAccessKeyId() |
Boolean |
getUseInstanceProfileCredentials() |
int |
hashCode() |
void |
setAwsSecretKey(String awsSecretKey) |
void |
setBucketSubDirectory(String bucketSubDirectory) |
void |
setDefaultBucketName(String defaultBucketName) |
void |
setDefaultBucketRegion(String defaultBucketRegion) |
void |
setEnableSSE(Boolean enableSSE) |
void |
setEndpointURI(String endpointURI)
Deprecated.
this method is no longer used as the endpoint is automatically determined by
#setDefaultBucketName() |
void |
setGetAWSAccessKeyId(String getAWSAccessKeyId) |
void |
setUseInstanceProfileCredentials(Boolean useInstanceProfileCredentials) |
public String getAwsSecretKey()
public void setAwsSecretKey(String awsSecretKey)
public String getGetAWSAccessKeyId()
public void setGetAWSAccessKeyId(String getAWSAccessKeyId)
public String getDefaultBucketName()
public void setDefaultBucketName(String defaultBucketName)
public String getDefaultBucketRegion()
public void setDefaultBucketRegion(String defaultBucketRegion)
@Deprecated public String getEndpointURI()
getDefaultBucketName()@Deprecated public void setEndpointURI(String endpointURI)
#setDefaultBucketName()public String getBucketSubDirectory()
public void setBucketSubDirectory(String bucketSubDirectory)
public Boolean getUseInstanceProfileCredentials()
public void setUseInstanceProfileCredentials(Boolean useInstanceProfileCredentials)
public Boolean getEnableSSE()
public void setEnableSSE(Boolean enableSSE)
Copyright © 2022. All rights reserved.