Uses of Class
org.broadleafcommerce.vendor.amazon.s3.S3Configuration
Packages that use S3Configuration
-
Uses of S3Configuration in org.broadleafcommerce.vendor.amazon.s3
Fields in org.broadleafcommerce.vendor.amazon.s3 with type parameters of type S3ConfigurationModifier and TypeFieldDescriptionprotected Map<S3Configuration,software.amazon.awssdk.services.s3.S3Client> S3FileServiceProvider.configClientMapMethods in org.broadleafcommerce.vendor.amazon.s3 that return S3ConfigurationModifier and TypeMethodDescriptionS3ConfigurationService.lookupS3Configuration()S3ConfigurationServiceImpl.lookupS3Configuration()Methods in org.broadleafcommerce.vendor.amazon.s3 with parameters of type S3ConfigurationModifier and TypeMethodDescriptionS3FileServiceProvider.addOrUpdateResourcesInternal(S3Configuration s3config, software.amazon.awssdk.services.s3.S3Client s3, org.broadleafcommerce.common.file.domain.FileWorkArea workArea, List<File> files, boolean removeFilesFromWorkArea) protected software.amazon.awssdk.services.s3.S3ClientS3FileServiceProvider.getAmazonS3Client(S3Configuration s3config) protected software.amazon.awssdk.services.s3.S3ClientS3FileServiceProvider.getAmazonS3ClientFromConfiguration(S3Configuration s3config) Creates an instance of the S3 Client based on the 'use instance profile' property.protected software.amazon.awssdk.auth.credentials.AwsCredentialsS3FileServiceProvider.getAWSCredentials(S3Configuration s3configParam) protected StringS3FileServiceProvider.getResourceName(S3Configuration s3config, String bucketName, String rawName) Retrieves the resourceName from its rawname.