Class S3Configuration
java.lang.Object
org.broadleafcommerce.vendor.amazon.s3.S3Configuration
Class that holds the configuration for connecting to AmazonS3.
- Author:
- bpolster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.inthashCode()voidsetAwsSecretKey(String awsSecretKey) voidsetBucketSubDirectory(String bucketSubDirectory) voidsetDefaultBucketName(String defaultBucketName) voidsetDefaultBucketRegion(String defaultBucketRegion) voidsetEnableSSE(Boolean enableSSE) voidsetEndpointURI(String endpointURI) Deprecated.this method is no longer used as the endpoint is automatically determined by#setDefaultBucketName()voidsetGetAWSAccessKeyId(String getAWSAccessKeyId) voidsetUseInstanceProfileCredentials(Boolean useInstanceProfileCredentials)
-
Constructor Details
-
S3Configuration
public S3Configuration()
-
-
Method Details
-
getAwsSecretKey
-
setAwsSecretKey
-
getGetAWSAccessKeyId
-
setGetAWSAccessKeyId
-
getDefaultBucketName
-
setDefaultBucketName
-
getDefaultBucketRegion
-
setDefaultBucketRegion
-
getEndpointURI
Deprecated.this method is no longer used as the endpoint is automatically determined bygetDefaultBucketName() -
setEndpointURI
Deprecated.this method is no longer used as the endpoint is automatically determined by#setDefaultBucketName() -
getBucketSubDirectory
-
setBucketSubDirectory
-
getUseInstanceProfileCredentials
-
setUseInstanceProfileCredentials
-
getEnableSSE
-
setEnableSSE
-
hashCode
public int hashCode() -
equals
-
getDefaultBucketName()