protected List<String> |
S3FileServiceProvider.addOrUpdateResourcesInternal(S3Configuration s3config,
com.amazonaws.services.s3.AmazonS3 s3,
org.broadleafcommerce.common.file.domain.FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea) |
protected com.amazonaws.services.s3.AmazonS3 |
S3FileServiceProvider.getAmazonS3Client(S3Configuration s3config) |
protected com.amazonaws.services.s3.AmazonS3 |
S3FileServiceProvider.getAmazonS3ClientFromConfiguration(S3Configuration s3config)
Creates an instance of the S3 Client based on the 'use instance profile' property.
|
protected com.amazonaws.auth.AWSCredentials |
S3FileServiceProvider.getAWSCredentials(S3Configuration s3configParam) |
protected String |
S3FileServiceProvider.getResourceName(S3Configuration s3config,
String bucketName,
String rawName)
Retrieves the resourceName from its rawname.
|