0.3.0 • Published 11 months ago

s3-pgp-encryptor-lib v0.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

s3-pgp-encryptor-lib

Library for PGP encrypting files added to an S3 bucket.

Can be deployed to AWS Lambda with s3-pgp-encryptor-lambda-deployer.

Getting started

To work locally with this project, follow the steps below:

  1. Fork, clone or download this project
  2. npm install
  3. Copy .example.env to .env and set variables as required
  4. npm run encrypt-it

Building

To build the project in JS: npm run build

Testing

To run unit tests: npm run test

Publishing new releases

  1. Bump the version number in package.json
  2. npm run build
  3. npm publish

Based on s3-pgp-encryptor, see that project's readme for original copyright and license information.

Built by Seertech.