Skip to content

Conversation

@tpujolalan
Copy link
Collaborator

@tpujolalan tpujolalan commented Jan 13, 2026

What does this PR do?

Create a new action getting a file from an AWS S3 bucket and decrypt this file using AWS Secrets manager to retrieve the private key.

Explain How the Feature Works

  • Use a connection to AWS
  • Take private key & secret ARNs
  • Get the given S3 file from its path
  • Retrieve private key & secret from AWS Secrets manager
  • Decrypt the encrypted file given by the flow
  • Returns a decrypted file to be used in the flow

Relevant User Scenarios

  • An encrypted file is stored in S3
  • It needs to be decrypted to be treated

Copy link

@AdamSelene AdamSelene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments + bump the package version (mandatory)

Co-authored-by: Olivier Sambourg <AdamSelene@users.noreply.github.com>
tpujolalan and others added 24 commits January 13, 2026 15:24
Co-authored-by: Olivier Sambourg <AdamSelene@users.noreply.github.com>
Co-authored-by: automated-commits-ap <abdulyki+automatedcommits@activepieces.com>
Co-authored-by: Mo AbuAboud <moabuaboud@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants