--- apiVersion: v1 kind: List items: - apiVersion: v1 kind: ConfigMap metadata: labels: funktion.fabric8.io/kind: Connector provider: fabric8 project: connector-aws-s3 version: 1.1.29 group: io.fabric8.funktion.connector name: aws-s3 data: deployment.yml: | --- apiVersion: extensions/v1beta1 kind: Deployment metadata: labels: funktion.fabric8.io/kind: Subscription connector: aws-s3 spec: replicas: 1 template: metadata: labels: funktion.fabric8.io/kind: Subscription connector: aws-s3 spec: containers: - image: fabric8/connector-aws-s3:1.1.29 name: connector schema.yml: | --- component: kind: component scheme: aws-s3 syntax: aws-s3:bucketNameOrArn title: AWS S3 Storage Service description: The aws-s3 component is used for storing and retrieving objecct from Amazon S3 Storage Service. label: cloud,file deprecated: false async: false javaType: org.apache.camel.component.aws.s3.S3Component groupId: org.apache.camel artifactId: camel-aws version: 2.18.1 componentProperties: {} properties: bucketNameOrArn: kind: path group: common required: true type: string javaType: java.lang.String deprecated: false secret: false description: Bucket name or ARN accessKey: kind: parameter group: common type: string javaType: java.lang.String deprecated: false secret: false description: Amazon AWS Access Key amazonS3Client: kind: parameter group: common type: object javaType: com.amazonaws.services.s3.AmazonS3 deprecated: false secret: false description: Reference to a com.amazonaws.services.sqs.AmazonS3 in the link:registry.htmlRegistry. amazonS3Endpoint: kind: parameter group: common type: string javaType: java.lang.String deprecated: false secret: false description: The region with which the AWS-S3 client wants to work with. pathStyleAccess: kind: parameter group: common type: boolean javaType: boolean deprecated: false secret: false defaultValue: false description: Whether or not the S3 client should use path style access policy: kind: parameter group: common type: string javaType: java.lang.String deprecated: false secret: false description: 'Camel 2.8.4: The policy for this queue to set in the com.amazonaws.services.s3.AmazonS3setBucketPolicy() method.' proxyHost: kind: parameter group: common type: string javaType: java.lang.String deprecated: false secret: false description: 'Camel 2.16: To define a proxy host when instantiating the SQS client' proxyPort: kind: parameter group: common type: integer javaType: java.lang.Integer deprecated: false secret: false description: 'Camel 2.16: Specify a proxy port to be used inside the client definition.' secretKey: kind: parameter group: common type: string javaType: java.lang.String deprecated: false secret: false description: Amazon AWS Secret Key bridgeErrorHandler: kind: parameter group: consumer label: consumer type: boolean javaType: boolean optionalPrefix: consumer. deprecated: false secret: false defaultValue: false description: Allows for bridging the consumer to the Camel routing Error Handler which mean any exceptions occurred while the consumer is trying to pickup incoming messages or the likes will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions that will be logged at WARN/ERROR level and ignored. deleteAfterRead: kind: parameter group: consumer label: consumer type: boolean javaType: boolean deprecated: false secret: false defaultValue: true description: Delete objects from S3 after they have been retrieved. The delete is only performed if the Exchange is committed. If a rollback occurs the object is not deleted. If this option is false then the same objects will be retrieve over and over again on the polls. Therefore you need to use the Idempotent Consumer EIP in the route to filter out duplicates. You can filter using the link S3ConstantsBUCKET_NAME and link S3ConstantsKEY headers or only the link S3ConstantsKEY header. fileName: kind: parameter group: consumer label: consumer type: string javaType: java.lang.String deprecated: false secret: false description: To get the object from the bucket with the given file name includeBody: kind: parameter group: consumer label: consumer type: boolean javaType: boolean deprecated: false secret: false defaultValue: true description: 'Camel 2.17: If it is true the exchange body will be set to a stream to the contents of the file. If false the headers will be set with the S3 object metadata but the body will be null.' maxMessagesPerPoll: kind: parameter group: consumer label: consumer type: integer javaType: int deprecated: false secret: false defaultValue: "10" description: Gets the maximum number of messages as a limit to poll at each polling. Is default unlimited but use 0 or negative number to disable it as unlimited. prefix: kind: parameter group: consumer label: consumer type: string javaType: java.lang.String deprecated: false secret: false description: 'Camel 2.10.1: The prefix which is used in the com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we are interested in.' sendEmptyMessageWhenIdle: kind: parameter group: consumer label: consumer type: boolean javaType: boolean optionalPrefix: consumer. deprecated: false secret: false defaultValue: false description: If the polling consumer did not poll any files you can enable this option to send an empty message (no body) instead. exceptionHandler: kind: parameter group: consumer (advanced) label: consumer,advanced type: object javaType: org.apache.camel.spi.ExceptionHandler optionalPrefix: consumer. deprecated: false secret: false description: To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions that will be logged at WARN/ERROR level and ignored. exchangePattern: kind: parameter group: consumer (advanced) label: consumer,advanced type: string javaType: org.apache.camel.ExchangePattern enum: - InOnly - RobustInOnly - InOut - InOptionalOut - OutOnly - RobustOutOnly - OutIn - OutOptionalIn deprecated: false secret: false description: Sets the exchange pattern when the consumer creates an exchange. pollStrategy: kind: parameter group: consumer (advanced) label: consumer,advanced type: object javaType: org.apache.camel.spi.PollingConsumerPollStrategy optionalPrefix: consumer. deprecated: false secret: false description: A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel. deleteAfterWrite: kind: parameter group: producer label: producer type: boolean javaType: boolean deprecated: false secret: false defaultValue: false description: 'Camel 2.11.0: Delete file object after the S3 file has been uploaded' multiPartUpload: kind: parameter group: producer label: producer type: boolean javaType: boolean deprecated: false secret: false defaultValue: false description: 'Camel 2.15.0: If it is true camel will upload the file with multi part format the part size is decided by the option of partSize' operation: kind: parameter group: producer label: producer type: string javaType: org.apache.camel.component.aws.s3.S3Operations enum: - copyObject - deleteBucket - listBuckets deprecated: false secret: false description: 'Camel 2.18: The operation to do in case the user don''t want to do only an upload' partSize: kind: parameter group: producer label: producer type: integer javaType: long deprecated: false secret: false defaultValue: "26214400" description: 'Camel 2.15.0: Setup the partSize which is used in multi part upload the default size is 25M.' region: kind: parameter group: producer label: producer type: string javaType: java.lang.String deprecated: false secret: false description: The region where the bucket is located. This option is used in the com.amazonaws.services.s3.model.CreateBucketRequest. serverSideEncryption: kind: parameter group: producer label: producer type: string javaType: java.lang.String deprecated: false secret: false description: 'Camel 2.16: Sets the server-side encryption algorithm when encrypting the object using AWS-managed keys. For example use AES256.' storageClass: kind: parameter group: producer label: producer type: string javaType: java.lang.String deprecated: false secret: false description: 'Camel 2.8.4: The storage class to set in the com.amazonaws.services.s3.model.PutObjectRequest request.' synchronous: kind: parameter group: advanced label: advanced type: boolean javaType: boolean deprecated: false secret: false defaultValue: false description: Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). backoffErrorThreshold: kind: parameter group: scheduler label: consumer,scheduler type: integer javaType: int optionalPrefix: consumer. deprecated: false secret: false description: The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in. backoffIdleThreshold: kind: parameter group: scheduler label: consumer,scheduler type: integer javaType: int optionalPrefix: consumer. deprecated: false secret: false description: The number of subsequent idle polls that should happen before the backoffMultipler should kick-in. backoffMultiplier: kind: parameter group: scheduler label: consumer,scheduler type: integer javaType: int optionalPrefix: consumer. deprecated: false secret: false description: To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row. The multiplier is then the number of polls that will be skipped before the next actual attempt is happening again. When this option is in use then backoffIdleThreshold and/or backoffErrorThreshold must also be configured. delay: kind: parameter group: scheduler label: consumer,scheduler type: integer javaType: long optionalPrefix: consumer. deprecated: false secret: false defaultValue: "500" description: Milliseconds before the next poll. You can also specify time values using units such as 60s (60 seconds) 5m30s (5 minutes and 30 seconds) and 1h (1 hour). greedy: kind: parameter group: scheduler label: consumer,scheduler type: boolean javaType: boolean optionalPrefix: consumer. deprecated: false secret: false defaultValue: false description: If greedy is enabled then the ScheduledPollConsumer will run immediately again if the previous run polled 1 or more messages. initialDelay: kind: parameter group: scheduler label: consumer,scheduler type: integer javaType: long optionalPrefix: consumer. deprecated: false secret: false defaultValue: "1000" description: Milliseconds before the first poll starts. You can also specify time values using units such as 60s (60 seconds) 5m30s (5 minutes and 30 seconds) and 1h (1 hour). runLoggingLevel: kind: parameter group: scheduler label: consumer,scheduler type: string javaType: org.apache.camel.LoggingLevel enum: - TRACE - DEBUG - INFO - WARN - ERROR - OFF optionalPrefix: consumer. deprecated: false secret: false defaultValue: TRACE description: The consumer logs a start/complete log line when it polls. This option allows you to configure the logging level for that. scheduledExecutorService: kind: parameter group: scheduler label: consumer,scheduler type: object javaType: java.util.concurrent.ScheduledExecutorService optionalPrefix: consumer. deprecated: false secret: false description: Allows for configuring a custom/shared thread pool to use for the consumer. By default each consumer has its own single threaded thread pool. scheduler: kind: parameter group: scheduler label: consumer,scheduler type: string javaType: org.apache.camel.spi.ScheduledPollConsumerScheduler enum: - none - spring - quartz2 optionalPrefix: consumer. deprecated: false secret: false defaultValue: none description: To use a cron scheduler from either camel-spring or camel-quartz2 component schedulerProperties: kind: parameter group: scheduler label: consumer,scheduler type: object javaType: java.util.Map prefix: scheduler. multiValue: true deprecated: false secret: false description: To configure additional properties when using a custom scheduler or any of the Quartz2 Spring based scheduler. startScheduler: kind: parameter group: scheduler label: consumer,scheduler type: boolean javaType: boolean optionalPrefix: consumer. deprecated: false secret: false defaultValue: true description: Whether the scheduler should be auto started. timeUnit: kind: parameter group: scheduler label: consumer,scheduler type: string javaType: java.util.concurrent.TimeUnit enum: - NANOSECONDS - MICROSECONDS - MILLISECONDS - SECONDS - MINUTES - HOURS - DAYS optionalPrefix: consumer. deprecated: false secret: false defaultValue: MILLISECONDS description: Time unit for initialDelay and delay options. useFixedDelay: kind: parameter group: scheduler label: consumer,scheduler type: boolean javaType: boolean optionalPrefix: consumer. deprecated: false secret: false defaultValue: true description: Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. documentation.adoc: |+ [[AWS-S3-S3Component]] S3 Component ~~~~~~~~~~~~ *Available as of Camel 2.8* The S3 component supports storing and retrieving objetcs from/to http://aws.amazon.com/s3[Amazon's S3] service. Prerequisites You must have a valid Amazon Web Services developer account, and be signed up to use Amazon S3. More information are available at http://aws.amazon.com/s3[Amazon S3]. [[AWS-S3-URIFormat]] URI Format ^^^^^^^^^^ [source,java] ------------------------------ aws-s3://bucketNameOrArn[?options] ------------------------------ The bucket will be created if it don't already exists. + You can append query options to the URI in the following format, ?options=value&option2=value&... [[AWS-S3-URIOptions]] URI Options ^^^^^^^^^^^ // component options: START The AWS S3 Storage Service component has no options. // component options: END // endpoint options: START The AWS S3 Storage Service component supports 40 endpoint options which are listed below: {% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | bucketNameOrArn | common | | String | *Required* Bucket name or ARN | accessKey | common | | String | Amazon AWS Access Key | amazonS3Client | common | | AmazonS3 | Reference to a com.amazonaws.services.sqs.AmazonS3 in the link:registry.htmlRegistry. | amazonS3Endpoint | common | | String | The region with which the AWS-S3 client wants to work with. | pathStyleAccess | common | false | boolean | Whether or not the S3 client should use path style access | policy | common | | String | Camel 2.8.4: The policy for this queue to set in the com.amazonaws.services.s3.AmazonS3setBucketPolicy() method. | proxyHost | common | | String | Camel 2.16: To define a proxy host when instantiating the SQS client | proxyPort | common | | Integer | Camel 2.16: Specify a proxy port to be used inside the client definition. | secretKey | common | | String | Amazon AWS Secret Key | bridgeErrorHandler | consumer | false | boolean | Allows for bridging the consumer to the Camel routing Error Handler which mean any exceptions occurred while the consumer is trying to pickup incoming messages or the likes will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions that will be logged at WARN/ERROR level and ignored. | deleteAfterRead | consumer | true | boolean | Delete objects from S3 after they have been retrieved. The delete is only performed if the Exchange is committed. If a rollback occurs the object is not deleted. If this option is false then the same objects will be retrieve over and over again on the polls. Therefore you need to use the Idempotent Consumer EIP in the route to filter out duplicates. You can filter using the link S3ConstantsBUCKET_NAME and link S3ConstantsKEY headers or only the link S3ConstantsKEY header. | fileName | consumer | | String | To get the object from the bucket with the given file name | includeBody | consumer | true | boolean | Camel 2.17: If it is true the exchange body will be set to a stream to the contents of the file. If false the headers will be set with the S3 object metadata but the body will be null. | maxMessagesPerPoll | consumer | 10 | int | Gets the maximum number of messages as a limit to poll at each polling. Is default unlimited but use 0 or negative number to disable it as unlimited. | prefix | consumer | | String | Camel 2.10.1: The prefix which is used in the com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we are interested in. | sendEmptyMessageWhenIdle | consumer | false | boolean | If the polling consumer did not poll any files you can enable this option to send an empty message (no body) instead. | exceptionHandler | consumer (advanced) | | ExceptionHandler | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions that will be logged at WARN/ERROR level and ignored. | exchangePattern | consumer (advanced) | | ExchangePattern | Sets the exchange pattern when the consumer creates an exchange. | pollStrategy | consumer (advanced) | | PollingConsumerPollStrategy | A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel. | deleteAfterWrite | producer | false | boolean | Camel 2.11.0: Delete file object after the S3 file has been uploaded | multiPartUpload | producer | false | boolean | Camel 2.15.0: If it is true camel will upload the file with multi part format the part size is decided by the option of partSize | operation | producer | | S3Operations | Camel 2.18: The operation to do in case the user don't want to do only an upload | partSize | producer | 26214400 | long | Camel 2.15.0: Setup the partSize which is used in multi part upload the default size is 25M. | region | producer | | String | The region where the bucket is located. This option is used in the com.amazonaws.services.s3.model.CreateBucketRequest. | serverSideEncryption | producer | | String | Camel 2.16: Sets the server-side encryption algorithm when encrypting the object using AWS-managed keys. For example use AES256. | storageClass | producer | | String | Camel 2.8.4: The storage class to set in the com.amazonaws.services.s3.model.PutObjectRequest request. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). | backoffErrorThreshold | scheduler | | int | The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in. | backoffIdleThreshold | scheduler | | int | The number of subsequent idle polls that should happen before the backoffMultipler should kick-in. | backoffMultiplier | scheduler | | int | To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row. The multiplier is then the number of polls that will be skipped before the next actual attempt is happening again. When this option is in use then backoffIdleThreshold and/or backoffErrorThreshold must also be configured. | delay | scheduler | 500 | long | Milliseconds before the next poll. You can also specify time values using units such as 60s (60 seconds) 5m30s (5 minutes and 30 seconds) and 1h (1 hour). | greedy | scheduler | false | boolean | If greedy is enabled then the ScheduledPollConsumer will run immediately again if the previous run polled 1 or more messages. | initialDelay | scheduler | 1000 | long | Milliseconds before the first poll starts. You can also specify time values using units such as 60s (60 seconds) 5m30s (5 minutes and 30 seconds) and 1h (1 hour). | runLoggingLevel | scheduler | TRACE | LoggingLevel | The consumer logs a start/complete log line when it polls. This option allows you to configure the logging level for that. | scheduledExecutorService | scheduler | | ScheduledExecutorService | Allows for configuring a custom/shared thread pool to use for the consumer. By default each consumer has its own single threaded thread pool. | scheduler | scheduler | none | ScheduledPollConsumerScheduler | To use a cron scheduler from either camel-spring or camel-quartz2 component | schedulerProperties | scheduler | | Map | To configure additional properties when using a custom scheduler or any of the Quartz2 Spring based scheduler. | startScheduler | scheduler | true | boolean | Whether the scheduler should be auto started. | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options. | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. |======================================================================= {% endraw %} // endpoint options: END Required S3 component options You have to provide the amazonS3Client in the link:registry.html[Registry] or your accessKey and secretKey to access the http://aws.amazon.com/s3[Amazon's S3]. [[AWS-S3-BatchConsumer]] Batch Consumer ^^^^^^^^^^^^^^ This component implements the link:batch-consumer.html[Batch Consumer]. This allows you for instance to know how many messages exists in this batch and for instance let the link:aggregator.html[Aggregator] aggregate this number of messages. [[AWS-S3-Usage]] Usage ^^^^^ [[AWS-S3-MessageheadersevaluatedbytheS3producer]] Message headers evaluated by the S3 producer ++++++++++++++++++++++++++++++++++++++++++++ [width="100%",cols="10%,10%,80%",options="header",] |======================================================================= |Header |Type |Description |`CamelAwsS3BucketName` |`String` |The bucket Name which this object will be stored or which will be used for the current operation |`CamelAwsS3BucketDestinationName` |`String` |*Camel 2.18*: The bucket Destination Name which will be used for the current operation |`CamelAwsS3ContentLength` |`Long` |The content length of this object. |`CamelAwsS3ContentType` |`String` |The content type of this object. |`CamelAwsS3ContentControl` |`String` |*Camel 2.8.2:* The content control of this object. |`CamelAwsS3ContentDisposition` |`String` |*Camel 2.8.2:* The content disposition of this object. |`CamelAwsS3ContentEncoding` |`String` |*Camel 2.8.2:* The content encoding of this object. |`CamelAwsS3ContentMD5` |`String` |*Camel 2.8.2:* The md5 checksum of this object. |`CamelAwsS3DestinationKey` |`String` |*Camel 2.18*:The Destination key which will be used for the current operation |`CamelAwsS3Key` |`String` |The key under which this object will be stored or which will be used for the current operation |`CamelAwsS3LastModified` |`java.util.Date` |*Camel 2.8.2:* The last modified timestamp of this object. |`CamelAwsS3Operation` |`String` |*Camel 2.18*: The operation to perform |`CamelAwsS3StorageClass` |`String` |*Camel 2.8.4:* The storage class of this object. |`CamelAwsS3CannedAcl` |`String` |*Camel 2.11.0:* The canned acl that will be applied to the object. see `com.amazonaws.services.s3.model.CannedAccessControlList` for allowed values. |`CamelAwsS3Acl` |`com.amazonaws.services.s3.model.AccessControlList` |*Camel 2.11.0:* a well constructed Amazon S3 Access Control List object. see `com.amazonaws.services.s3.model.AccessControlList` for more details |`CamelAwsS3Headers` |`Map` |*Camel 2.15.0*: support to get or set custom objectMetadata headers. |`CamelAwsS3ServerSideEncryption` |String |*Camel 2.16:* Sets the server-side encryption algorithm when encrypting the object using AWS-managed keys. For example use AES256. |`CamelAwsS3VersionId` |`String` |The version Id of the object to be stored or returned from the current operation |======================================================================= [[AWS-S3-MessageheaderssetbytheS3producer]] Message headers set by the S3 producer ++++++++++++++++++++++++++++++++++++++ [width="100%",cols="10%,10%,80%",options="header",] |======================================================================= |Header |Type |Description |`CamelAwsS3ETag` |`String` |The ETag value for the newly uploaded object. |`CamelAwsS3VersionId` |`String` |The *optional* version ID of the newly uploaded object. |======================================================================= [[AWS-S3-MessageheaderssetbytheS3consumer]] Message headers set by the S3 consumer ++++++++++++++++++++++++++++++++++++++ [width="100%",cols="10%,10%,80%",options="header",] |======================================================================= |Header |Type |Description |`CamelAwsS3Key` |`String` |The key under which this object is stored. |`CamelAwsS3BucketName` |`String` |The name of the bucket in which this object is contained. |`CamelAwsS3ETag` |`String` |The hex encoded 128-bit MD5 digest of the associated object according to RFC 1864. This data is used as an integrity check to verify that the data received by the caller is the same data that was sent by Amazon S3. |`CamelAwsS3LastModified` |`Date` |The value of the Last-Modified header, indicating the date and time at which Amazon S3 last recorded a modification to the associated object. |`CamelAwsS3VersionId` |`String` |The version ID of the associated Amazon S3 object if available. Version IDs are only assigned to objects when an object is uploaded to an Amazon S3 bucket that has object versioning enabled. |`CamelAwsS3ContentType` |`String` |The Content-Type HTTP header, which indicates the type of content stored in the associated object. The value of this header is a standard MIME type. |`CamelAwsS3ContentMD5` |`String` |The base64 encoded 128-bit MD5 digest of the associated object (content - not including headers) according to RFC 1864. This data is used as a message integrity check to verify that the data received by Amazon S3 is the same data that the caller sent. |`CamelAwsS3ContentLength` |`Long` |The Content-Length HTTP header indicating the size of the associated object in bytes. |`CamelAwsS3ContentEncoding` |`String` |The *optional* Content-Encoding HTTP header specifying what content encodings have been applied to the object and what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type field. |`CamelAwsS3ContentDisposition` |`String` |The *optional* Content-Disposition HTTP header, which specifies presentational information such as the recommended filename for the object to be saved as. |`CamelAwsS3ContentControl` |`String` |The *optional* Cache-Control HTTP header which allows the user to specify caching behavior along the HTTP request/reply chain. |`CamelAwsS3ServerSideEncryption` |String |*Camel 2.16:* The server-side encryption algorithm when encrypting the object using AWS-managed keys. |======================================================================= [[AWS-S3-AdvancedAmazonS3configuration]] Advanced AmazonS3 configuration +++++++++++++++++++++++++++++++ If your Camel Application is running behind a firewall or if you need to have more control over the `AmazonS3` instance configuration, you can create your own instance: [source,java] -------------------------------------------------------------------------------------- AWSCredentials awsCredentials = new BasicAWSCredentials("myAccessKey", "mySecretKey"); ClientConfiguration clientConfiguration = new ClientConfiguration(); clientConfiguration.setProxyHost("http://myProxyHost"); clientConfiguration.setProxyPort(8080); AmazonS3 client = new AmazonS3Client(awsCredentials, clientConfiguration); registry.bind("client", client); -------------------------------------------------------------------------------------- and refer to it in your Camel aws-s3 component configuration: [source,java] -------------------------------------------------------------------------------- from("aws-s3://MyBucket?amazonS3Client=#client&delay=5000&maxMessagesPerPoll=5") .to("mock:result"); -------------------------------------------------------------------------------- [[AWS-S3-Dependencies]] Dependencies ^^^^^^^^^^^^ Maven users will need to add the following dependency to their pom.xml. *pom.xml* [source,xml] --------------------------------------- org.apache.camel camel-aws ${camel-version} --------------------------------------- where `${camel-version`} must be replaced by the actual version of Camel (2.8 or higher). [[AWS-S3-SeeAlso]] See Also ^^^^^^^^ * link:configuring-camel.html[Configuring Camel] * link:component.html[Component] * link:endpoint.html[Endpoint] * link:getting-started.html[Getting Started] * link:aws.html[AWS Component]