Interface S3ConfigurationService

All Known Implementing Classes:
S3ConfigurationServiceImpl

public interface S3ConfigurationService
Service that returns the an S3 configuration object. S3 requires two keys to be set. This service allows you to determine the appropriate keys. The default implementation uses system properties to determine the settings for Amazon S3 This includes properties that allow access to your companies amazon account ... aws.s3.accessKeyId aws.s3.secretKey See About Amazon Credentials for more information on these two properties. The system also requires you to specify where the files will be stored in the form of an Amazon region and bucket. These two values have defaults that might work for US customers. For others, see the Amazon documentation at Amazon S3 Location Selection aws.s3.defaultBucketName (defaults to "broadleaf-commerce-files") aws.s3.defaultBucketRegion - (defaults to "us-west-2")
Author:
bpolster
  • Method Details