第 9 章 AWS S3 Storage Service
支持生成者和消费者
AWS2 S3 组件支持从/到 Amazon 的 S3 服务存储和检索对象。
先决条件
您必须拥有有效的 Amazon Web Services 开发人员帐户,并有权限使用 Amazon S3。如需更多信息,请访问 link:https://aws.amazon.com/s3 [Amazon S3]。
9.1. 依赖项 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
当在 Camel Spring Boot 中使用 aws2-s3 时,请将以下 Maven 依赖项添加到 pom.xml 中,以支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-aws2-s3-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-aws2-s3-starter</artifactId>
</dependency>