1.0.9 • Published 2 years ago

@mailprotector/haraka-plugin-s3-fetch v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

haraka-plugin-s3-fetch

A Haraka plugin to fetch config files from an S3 bucket.

Install

Install with npm

npm install @mailprotector/haraka-plugin-s3-fetch --save

Setup

Enable Plugin

Add to plugin file in the haraka config folder

@mailprotector/haraka-plugin-s3-fetch

Config

Config options are set in s3-fetch.json:

Files

ParameterDescriptionTypeDefault Value
buckets3 bucket name where file is locatedstringnone
keys3 key of filestringnone
pathlocal output path to store the file instringnone

Credentials

There are a few options when it comes to setting AWS credentials. Optionally, you can add a credentials directive to the config file pass in specfic AWS credentials or STS session tokens. Refer to the AWS documentation for more details on passing credentials

ParameterDescriptionTypeDefault Value
accessKeyIdAWS API key IDstringnone
secretAccessKeyAWS secret access keystringnone
sessionTokenSTS assume role tokenstringnone
regionAWS regionstringnone

alt text

About Mailprotector

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago