Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 591 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 591 Bytes

AWS Signature V4 Connector Example Project

This project is dependent on the AWS Signature Version 4 Connector: (https://github.com/djuang1/awsv4auth-extension)

Publish the AWS Signature Version 4 Connector to your Exchange and reference the module in the pom.xml

<dependency>
    <groupId>[Group ID]</groupId>
    <artifactId>awsv4auth-extension</artifactId>
    <version>1.0.1</version>
    <classifier>mule-plugin</classifier>
</dependency>