This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5403f00a8ee7fa95e439ee10e984880fb22a4946 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 14 06:48:39 2021 +0200 CAMEL-16849 - Add at least one example for component in docs - Camel-Atmos --- components/camel-atmos/src/main/docs/atmos-component.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/camel-atmos/src/main/docs/atmos-component.adoc b/components/camel-atmos/src/main/docs/atmos-component.adoc index b1b2ca8..9b268ae 100644 --- a/components/camel-atmos/src/main/docs/atmos-component.adoc +++ b/components/camel-atmos/src/main/docs/atmos-component.adoc @@ -153,6 +153,16 @@ Whereas there are 4 types of producers which are * `Move` * `Put` +== Operations + +Regarding the operations, the following headers are set on camel +exchange + +[source,text] +------------------------------- +DOWNLOADED_FILE, DOWNLOADED_FILES, UPLOADED_FILE, UPLOADED_FILES, FOUND_FILES, DELETED_PATH, MOVED_PATH +------------------------------- + == Examples === Consumer Example