Package hudson.plugins.s3
Class ClientHelper
java.lang.Object
hudson.plugins.s3.ClientHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic software.amazon.awssdk.services.s3.S3AsyncClientcreateAsyncClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy, URI customEndpoint, Long thresholdInBytes) Deprecated.static software.amazon.awssdk.services.s3.S3AsyncClientcreateAsyncClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy, URI customEndpoint, Long thresholdInBytes, boolean usePathStyle) static software.amazon.awssdk.services.s3.S3ClientcreateClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy) Deprecated.static software.amazon.awssdk.services.s3.S3ClientcreateClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy, boolean usePathStyle) static software.amazon.awssdk.services.s3.S3ClientcreateClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy, URI customEndpoint) Deprecated.static software.amazon.awssdk.services.s3.S3ClientcreateClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy, URI customEndpoint, boolean usePathStyle)
-
Field Details
-
DEFAULT_AMAZON_S3_REGION_NAME
-
ENDPOINT
-
ENDPOINT_URI
-
-
Constructor Details
-
ClientHelper
public ClientHelper()
-
-
Method Details
-
createAsyncClient
@Deprecated public static software.amazon.awssdk.services.s3.S3AsyncClient createAsyncClient(String accessKey, String secretKey, boolean useRole, String region, @CheckForNull ProxyConfiguration proxy, @CheckForNull URI customEndpoint, Long thresholdInBytes) Deprecated. -
createAsyncClient
-
createClient
@Deprecated public static software.amazon.awssdk.services.s3.S3Client createClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy) Deprecated. -
createClient
public static software.amazon.awssdk.services.s3.S3Client createClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy, boolean usePathStyle) -
createClient
@Deprecated public static software.amazon.awssdk.services.s3.S3Client createClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy, @CheckForNull URI customEndpoint) Deprecated. -
createClient
public static software.amazon.awssdk.services.s3.S3Client createClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy, @CheckForNull URI customEndpoint, boolean usePathStyle)
-