Package io.aiven.kafka.connect.config.s3
Class S3ConfigFragment
java.lang.Object
io.aiven.kafka.connect.common.config.ConfigFragment
io.aiven.kafka.connect.config.s3.S3ConfigFragment
public final class S3ConfigFragment
extends io.aiven.kafka.connect.common.config.ConfigFragment
The configuration fragment that defines the S3 specific characteristics.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
Deprecated.static final String
static final String
static final String
static final String
Deprecated.static final String
static final String
Deprecated.static final String
static final String
static final int
static final String
static final int
static final String
static final String
static final String
Deprecated.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final int
static final String
Deprecated.static final String
Deprecated.Fields inherited from class io.aiven.kafka.connect.common.config.ConfigFragment
cfg
-
Constructor Summary
ConstructorsConstructorDescriptionS3ConfigFragment
(org.apache.kafka.common.config.AbstractConfig cfg) Constructor. -
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.auth.BasicAWSCredentials
Deprecated.software.amazon.awssdk.auth.credentials.AwsBasicCredentials
com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration
Deprecated.getAwsEndpointConfiguration uses the AWS SDK 1.X which is deprecated and out of maintenance in December 2025 After upgrading to use SDK 2.X this no longer is required.int
com.amazonaws.regions.Region
Deprecated.UsegetAwsS3RegionV2()
instead getAwsS3Region uses the AWS SDK 1.X which is deprecated and out of maintenance in December 2025software.amazon.awssdk.regions.Region
com.amazonaws.auth.AWSCredentialsProvider
software.amazon.awssdk.auth.credentials.AwsCredentialsProvider
int
int
long
long
int
boolean
boolean
static org.apache.kafka.common.config.ConfigDef
update
(org.apache.kafka.common.config.ConfigDef configDef) Adds the configuration options for compression to the configuration definition.void
validate()
void
void
Methods inherited from class io.aiven.kafka.connect.common.config.ConfigFragment
has
-
Field Details
-
OUTPUT_COMPRESSION
Deprecated.- See Also:
-
OUTPUT_COMPRESSION_TYPE_GZIP
Deprecated.- See Also:
-
OUTPUT_COMPRESSION_TYPE_NONE
Deprecated.- See Also:
-
OUTPUT_FIELDS
Deprecated.- See Also:
-
TIMESTAMP_TIMEZONE
Deprecated.- See Also:
-
TIMESTAMP_SOURCE
Deprecated.- See Also:
-
OUTPUT_FIELD_NAME_KEY
Deprecated.- See Also:
-
OUTPUT_FIELD_NAME_OFFSET
Deprecated.- See Also:
-
OUTPUT_FIELD_NAME_TIMESTAMP
Deprecated.- See Also:
-
OUTPUT_FIELD_NAME_VALUE
Deprecated.- See Also:
-
OUTPUT_FIELD_NAME_HEADERS
Deprecated.- See Also:
-
AWS_ACCESS_KEY_ID
Deprecated.- See Also:
-
AWS_SECRET_ACCESS_KEY
Deprecated.- See Also:
-
AWS_S3_BUCKET
Deprecated.- See Also:
-
AWS_S3_ENDPOINT
Deprecated.- See Also:
-
AWS_S3_REGION
Deprecated.- See Also:
-
AWS_S3_PREFIX
Deprecated.- See Also:
-
AWS_ACCESS_KEY_ID_CONFIG
- See Also:
-
AWS_SECRET_ACCESS_KEY_CONFIG
- See Also:
-
AWS_CREDENTIALS_PROVIDER_CONFIG
- See Also:
-
AWS_CREDENTIAL_PROVIDER_DEFAULT
- See Also:
-
AWS_S3_BUCKET_NAME_CONFIG
- See Also:
-
AWS_S3_SSE_ALGORITHM_CONFIG
- See Also:
-
AWS_S3_ENDPOINT_CONFIG
- See Also:
-
AWS_S3_REGION_CONFIG
- See Also:
-
AWS_S3_PART_SIZE
- See Also:
-
AWS_S3_PREFIX_CONFIG
- See Also:
-
AWS_STS_ROLE_ARN
- See Also:
-
AWS_STS_ROLE_EXTERNAL_ID
- See Also:
-
AWS_STS_ROLE_SESSION_NAME
- See Also:
-
AWS_STS_ROLE_SESSION_DURATION
- See Also:
-
AWS_STS_CONFIG_ENDPOINT
- See Also:
-
AWS_S3_RETRY_BACKOFF_DELAY_MS_CONFIG
- See Also:
-
AWS_S3_RETRY_BACKOFF_MAX_DELAY_MS_CONFIG
- See Also:
-
AWS_S3_RETRY_BACKOFF_MAX_RETRIES_CONFIG
- See Also:
-
FETCH_PAGE_SIZE
- See Also:
-
AWS_S3_FETCH_BUFFER_SIZE
- See Also:
-
AWS_S3_RETRY_BACKOFF_DELAY_MS_DEFAULT
public static final int AWS_S3_RETRY_BACKOFF_DELAY_MS_DEFAULT- See Also:
-
AWS_S3_RETRY_BACKOFF_MAX_DELAY_MS_DEFAULT
public static final int AWS_S3_RETRY_BACKOFF_MAX_DELAY_MS_DEFAULT- See Also:
-
S3_RETRY_BACKOFF_MAX_RETRIES_DEFAULT
public static final int S3_RETRY_BACKOFF_MAX_RETRIES_DEFAULT- See Also:
-
-
Constructor Details
-
S3ConfigFragment
public S3ConfigFragment(org.apache.kafka.common.config.AbstractConfig cfg) Constructor.- Parameters:
cfg
- the configuration to resolve requests against.
-
-
Method Details
-
update
public static org.apache.kafka.common.config.ConfigDef update(org.apache.kafka.common.config.ConfigDef configDef) Adds the configuration options for compression to the configuration definition.- Parameters:
configDef
- the Configuration definition.- Returns:
- the update configuration definition
-
validate
public void validate()- Overrides:
validate
in classio.aiven.kafka.connect.common.config.ConfigFragment
-
validateCredentials
public void validateCredentials() -
validateBucket
public void validateBucket() -
getStsRole
-
hasAwsStsRole
public boolean hasAwsStsRole() -
hasStsEndpointConfig
public boolean hasStsEndpointConfig() -
getStsEndpointConfig
-
getAwsEndpointConfiguration
@Deprecated public com.amazonaws.client.builder.AwsClientBuilder.EndpointConfiguration getAwsEndpointConfiguration()Deprecated.getAwsEndpointConfiguration uses the AWS SDK 1.X which is deprecated and out of maintenance in December 2025 After upgrading to use SDK 2.X this no longer is required. -
getAwsCredentials
Deprecated.UsegetAwsCredentialsV2()
instead getAwsCredentials uses the AWS SDK 1.X which is deprecated and out of maintenance in December 2025 -
getAwsCredentialsV2
public software.amazon.awssdk.auth.credentials.AwsBasicCredentials getAwsCredentialsV2() -
getAwsS3EndPoint
-
getAwsS3Region
Deprecated.UsegetAwsS3RegionV2()
instead getAwsS3Region uses the AWS SDK 1.X which is deprecated and out of maintenance in December 2025 -
getAwsS3RegionV2
public software.amazon.awssdk.regions.Region getAwsS3RegionV2() -
getAwsS3BucketName
-
getServerSideEncryptionAlgorithmName
-
getAwsS3Prefix
-
getAwsS3PartSize
public int getAwsS3PartSize() -
getS3RetryBackoffDelayMs
public long getS3RetryBackoffDelayMs() -
getS3RetryBackoffMaxDelayMs
public long getS3RetryBackoffMaxDelayMs() -
getS3RetryBackoffMaxRetries
public int getS3RetryBackoffMaxRetries() -
getCustomCredentialsProvider
public com.amazonaws.auth.AWSCredentialsProvider getCustomCredentialsProvider() -
getCustomCredentialsProviderV2
public software.amazon.awssdk.auth.credentials.AwsCredentialsProvider getCustomCredentialsProviderV2() -
getFetchPageSize
public int getFetchPageSize() -
getS3FetchBufferSize
public int getS3FetchBufferSize()
-
getAwsCredentialsV2()
instead getAwsCredentials uses the AWS SDK 1.X which is deprecated and out of maintenance in December 2025