Skip to content

NovatecConsulting/camunda-aws-s3-connector

Repository files navigation

Java CI main

AWS S3 Connector

This repository contains a Camunda Outbound Connector to easily interact with files in AWS S3 buckets 🪣:

  • ⬆️ Upload a generated file to an AWS S3 bucket
  • ⬇️ Download a file from an AWS S3 bucket
  • ❎ Delete a file from an AWS S3 bucket
  • 📁 Files are saved in the local filesystem to allow interaction between activities

NOTE: This connector will not provide any infrastructur related functionalty like creating or deleting buckets. There are better tools for that...

Repository Content

Dependency Management

Maven:

  <dependency>
    <groupId>info.novatec.bpm.camunda.connector</groupId>
    <artifactId>connector-aws-s3-libs</artifactId>
    <version>1.6.0</version>
  </dependency>

Gradle:

  implementation("info.novatec.bpm.camunda.connector:connector-aws-s3-libs:1.6.0")

Connector Compatibility

  • JDK 21+
  • Camunda Platform v8.5.x
  • AWS SDK v2.x

Blog Posts

You are welcome to read our blog posts about the Camunda AWS S3 Connector: