-
- All Implemented Interfaces:
public final class S3ConfigS3 Client Configuration
-
-
Method Summary
Modifier and Type Method Description final StringgetUrl()URL to the S3 endpoint. final UShortgetPort()Port for the S3 endpoint. final BooleangetSecure()Whether HTTPS should be used instead of plain HTTP. final StringgetAccessKey()Access token/key used to authenticate with the S3 service. final StringgetSecretKey()Secret token/key used to authenticate with the S3 service. final StringgetRegion()Default region to use if not specified in operation specific params. StringtoString()-
-
Method Detail
-
getPort
final UShort getPort()
Port for the S3 endpoint.
Default value (
0) means decide based on the value of the secure flag.
-
getSecure
final Boolean getSecure()
Whether HTTPS should be used instead of plain HTTP.
Defaults to
true
-
getAccessKey
final String getAccessKey()
Access token/key used to authenticate with the S3 service.
-
getSecretKey
final String getSecretKey()
Secret token/key used to authenticate with the S3 service.
-
getRegion
final String getRegion()
Default region to use if not specified in operation specific params.
-
-
-
-