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 a3cb0c2 Regen a3cb0c2 is described below commit a3cb0c2f50a1a80ef76b545d96c9b52062eec7d0 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jul 28 06:32:56 2021 +0200 Regen --- .../modules/ROOT/pages/hwcloud-obs-component.adoc | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/components/modules/ROOT/pages/hwcloud-obs-component.adoc b/docs/components/modules/ROOT/pages/hwcloud-obs-component.adoc index 4e77141..910dcd9 100644 --- a/docs/components/modules/ROOT/pages/hwcloud-obs-component.adoc +++ b/docs/components/modules/ROOT/pages/hwcloud-obs-component.adoc @@ -150,6 +150,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