Red Hat Camel K is no longer supported.
As of June 30, 2025, Red Hat build of Camel K has reached End of Life. The suggested replacements is Red Hat build of Apache Camel. For details about moving, see the Camel K to Camel Quarkus migration guide.第 13 章 AWS S3 源
从 AWS S3 接收数据。
13.1. 配置选项 复制链接链接已复制到粘贴板!
下表总结了 aws-s3-source
Kamelet 的配置选项:
属性 | Name | 描述 | 类型 | 默认 | Example |
---|---|---|---|---|---|
accesskey * | 访问密钥 | 从 AWS 获取的访问权限密钥 | 字符串 | ||
bucketNameOrArn * | bucket 名称 | S3 Bucket 名称或 ARN | 字符串 | ||
region * | AWS 区域 | 要连接的 AWS 区域 | 字符串 |
| |
secretKey * | 机密密钥 | 从 AWS 获取的 secret 密钥 | 字符串 | ||
autoCreateBucket | Autocreate Bucket | 设置 S3 存储桶名称的自动扩展。 | 布尔值 |
| |
deleteAfterRead | 自动删除对象 | 使用对象后删除对象 | 布尔值 |
|
带星号(*)标记的字段是必需的。