2 Home
gitea_admin edited this page 2026-03-11 14:35:26 +00:00

Ceph Source

Receive data from an Ceph Bucket, managed by a Object Storage Gateway.

Metadata

Property Value
Type source
Group Ceph
Namespace Cloud
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
bucketName string The Ceph Bucket name.
deleteAfterRead boolean true Specifies to delete objects after consuming them.
accessKey string The access key.
secretKey string The secret key.
zoneGroup string The bucket zone group.
autoCreateBucket boolean false Specifies to automatically create the bucket.
includeBody boolean true If true, the exchange is consumed and put into the body and closed. If false, the Object stream is put raw into the body and the headers are set with the object metadata.
prefix string The bucket prefix to consider while searching.
ignoreBody boolean false If true, the Object body is ignored. Setting this to true overrides any behavior defined by the includeBody option. If false, the object is put in the body.
cephUrl string Set the Ceph Object Storage Address Url.
delay integer 500 The number of milliseconds before the next poll of the selected bucket.

Dependencies

  • camel:aws2-s3
  • camel:kamelet