You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/07/28 04:25:17 UTC

[camel] branch main updated: OBS Doc Update (#5871)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new c1be1dc  OBS Doc Update (#5871)
c1be1dc is described below

commit c1be1dc548e9205a094e1455924587f0ddd28371
Author: Hokutor <hw...@huawei.com>
AuthorDate: Wed Jul 28 00:24:39 2021 -0400

    OBS Doc Update (#5871)
---
 .../src/main/docs/hwcloud-obs-component.adoc       | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/components/camel-huawei/camel-huaweicloud-obs/src/main/docs/hwcloud-obs-component.adoc b/components/camel-huawei/camel-huaweicloud-obs/src/main/docs/hwcloud-obs-component.adoc
index e04ad75..5b0841e 100644
--- a/components/camel-huawei/camel-huaweicloud-obs/src/main/docs/hwcloud-obs-component.adoc
+++ b/components/camel-huawei/camel-huaweicloud-obs/src/main/docs/hwcloud-obs-component.adoc
@@ -148,6 +148,30 @@ If any of the above properties are set, they will override their corresponding q
 
 |=======================================================================
 
+=== Message headers set by the OBS consumer
+
+[width="100%",cols="10%,10%,80%",options="header",]
+|=======================================================================
+|Header |Type |Description
+
+|`CamelHwCloudObsBucketName` |`String` | Name of the bucket where object is contained
+
+|`CamelHwCloudObsObjectKey` |`String` | The key that the object is stored under
+
+|`CamelHwCloudObsLastModified` |`String` | The date and time that the object was last modified
+
+|`Content-Length` |`String` | The size of the object body in bytes
+
+|`Content-Type` |`String` | The type of content stored in the object
+
+|`CamelHwCloudObsETag` |`String` | The 128-bit MD5 digest of the Base64 code of the object. This data is the unique identifier of the object content
+
+|`CamelHwCloudObsContentMD5` |`String` | The 128-bit Base64-encoded digest used to decrypt the object
+
+|`CamelHwCloudObsObjectType` |`String` | Shows whether the object is a `file` or a `folder`
+
+|=======================================================================
+
 
 == List of Supported OBS Operations