Red Hat Camel K is deprecated
Red Hat Camel K is deprecated and the End of Life date for this product is June 30, 2025. For help migrating to the current go-to solution, Red Hat build of Apache Camel, see the Migration Guide.第 15 章 Azure Storage Blob Sink
将数据上传到 Azure Storage Blob。
Azure Storage Blob Sink Kamelet 只是一个技术预览功能。技术预览功能不受红帽产品服务等级协议(SLA)支持,且功能可能并不完整。红帽不推荐在生产环境中使用它们。
这些技术预览功能可以使用户提早试用新的功能,并有机会在开发阶段提供反馈意见。有关红帽技术预览功能支持范围的更多信息,请参阅 https://access.redhat.com/support/offerings/techpreview。
Kamelet 需要设置以下标头:
-
文件
/ce-file
: 作为要上传的文件名
如果没有设置标头,则将使用交换 ID 作为文件名。
15.1. 配置选项
下表总结了 azure-storage-blob-sink
Kamelet 可用的选项:
属性 | 名称 | 描述 | 类型 | 默认 | 示例 |
---|---|---|---|---|---|
accessKey * | 访问密钥 | Azure Storage Blob 访问密钥。 | 字符串 | ||
accountName * | 帐户名称 | Azure Storage Blob 帐户名称。 | 字符串 | ||
containerName * | 容器名称 | Azure Storage Blob 容器名称。 | 字符串 | ||
credentialType | 凭证类型 | 决定要采用的凭证策略。可能的值有 SHARED_ACCOUNT_KEY、SHARED_KEY_CREDENTIAL 和 AZURE_IDENTITY | 字符串 |
| |
operation | 操作名称 | 要执行的操作。 | 字符串 |
|
带有星号 packagemanifests 的字段是必需的。