info.novatec.bpm.camunda.connector:connector-aws-s3-libs

AWS S3 connector for Camunda 8


Licenses
FreeImage/JPNIC

Documentation

AWS S3 Connector

Camunda Outbound Connector to interact with the content of an S3 bucket

AWS Setup

  • S3 bucket (non-public)
  • IAM User with putObject and deleteObject rights to the bucket
  • Access key and Secret key for the IAM user

Operations

  • put a file into S3
    • identified by bucketName/objectKey
  • delete a file from S3
    • identified by bucketName/objectKey