Package | Description |
---|---|
org.apache.camel.component.aws.s3 | |
org.apache.camel.component.aws.s3.client | |
org.apache.camel.component.aws.s3.client.impl |
Modifier and Type | Method and Description |
---|---|
S3Configuration |
S3Configuration.copy() |
protected S3Configuration |
S3Consumer.getConfiguration() |
S3Configuration |
S3Component.getConfiguration() |
protected S3Configuration |
S3Producer.getConfiguration() |
S3Configuration |
S3Endpoint.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
S3Component.setConfiguration(S3Configuration configuration)
The AWS S3 default configuration
|
void |
S3Endpoint.setConfiguration(S3Configuration configuration) |
Constructor and Description |
---|
S3Endpoint(String uri,
org.apache.camel.CamelContext context,
S3Configuration configuration)
Deprecated.
|
S3Endpoint(String uri,
org.apache.camel.Component comp,
S3Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static S3Client |
S3ClientFactory.getAWSS3Client(S3Configuration configuration,
int maxConnections)
Return the correct aws s3 client (based on remote vs local).
|
Constructor and Description |
---|
S3ClientIAMOptimizedImpl(S3Configuration configuration,
int maxConnections)
Constructor that uses the config file.
|
S3ClientStandardImpl(S3Configuration configuration,
int maxConnections)
Constructor that uses the config file.
|
Apache Camel