Uses of Class
org.craftercms.engine.store.s3.util.S3ClientBuilder
Packages that use S3ClientBuilder
-
Uses of S3ClientBuilder in org.craftercms.engine.store.s3
Fields in org.craftercms.engine.store.s3 declared as S3ClientBuilderModifier and TypeFieldDescriptionprotected final S3ClientBuilderS3ContentStoreAdapter.clientBuilderprotected S3ClientBuilderS3SiteListResolver.clientBuilderConstructors in org.craftercms.engine.store.s3 with parameters of type S3ClientBuilderModifierConstructorDescriptionS3ContentStoreAdapter(org.springframework.validation.Validator pathValidator, String descriptorFileExtension, String metadataFileExtension, org.craftercms.core.util.cache.CacheTemplate cacheTemplate, S3ClientBuilder clientBuilder, int contentMaxLength, String[] cacheAllowedPaths) S3SiteListResolver(String s3Uri, S3ClientBuilder clientBuilder)