public class S3ClientBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected org.craftercms.commons.config.profiles.aws.S3Profile |
profile |
Constructor and Description |
---|
S3ClientBuilder(String endpoint,
String region,
String accessKey,
String secretKey,
boolean pathStyle) |
Modifier and Type | Method and Description |
---|---|
com.amazonaws.services.s3.AmazonS3 |
getClient()
Builds an AWS S3 client, if no values are provided the default client will be used.
|
Copyright © 2023 CrafterCMS. All rights reserved.