Class ClientHelper

java.lang.Object
hudson.plugins.s3.ClientHelper

public class ClientHelper extends Object
  • Field Details

    • DEFAULT_AMAZON_S3_REGION_NAME

      public static final String DEFAULT_AMAZON_S3_REGION_NAME
    • ENDPOINT

      public static final String ENDPOINT
    • ENDPOINT_URI

      public static final URI ENDPOINT_URI
  • Constructor Details

    • ClientHelper

      public ClientHelper()
  • Method Details

    • createAsyncClient

      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)
    • createClient

      public static software.amazon.awssdk.services.s3.S3Client createClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy)
    • createClient

      public static software.amazon.awssdk.services.s3.S3Client createClient(String accessKey, String secretKey, boolean useRole, String region, ProxyConfiguration proxy, @CheckForNull URI customEndpoint)