| 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() |
S3Configuration |
S3Endpoint.getConfiguration() |
protected S3Configuration |
S3Consumer.getConfiguration() |
S3Configuration |
S3Component.getConfiguration() |
protected S3Configuration |
S3Producer.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
S3Endpoint.setConfiguration(S3Configuration configuration) |
void |
S3Component.setConfiguration(S3Configuration configuration)
The component configuration
|
| Constructor and Description |
|---|
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