You can't use this until you register with us!




Description

Decrypt GPG files in an S3 bucket.


Purchasing Options



Available Actions

Decrypt Files

Read GPG files in one S3 location, decrypt and save them in another S3 location.


Variables

Source Parameters
source_aws_connection required

Select the AWS Access Keys to use to access the S3 bucket where the GPG files are stored.

source_iam_role

Optional. ARN of an IAM role to use for S3 bucket access.

source_bucket required

Select the Shared Config that contains information about the S3 Bucket where the GPG files are stored.

source_path

Path from the starting folder in the S3 Bucket Configuration to the folder where the GPG files are stored.

scan_limit required

Maximum number of pages to examine to discover files in the bucket. Each page has 1,000 files.

tracking_lookback

Number of tracking records to examine to determine which files have already been processed. Leave blank to examine all records.

processing_timeout required

Reprocess any files that have been in processing status longer than the number of minutes specified.

reprocess required

Reprocess files with a error status recorded.


GPG Parameters
gpg_credentials required

Keys and passphrase needed to decrypt the GPG files.


Target Parameters
target_aws_connection required

Select the AWS Access Keys to use to access the S3 bucket where the decrypted files will be stored.

target_iam_role

Optional. ARN of an IAM role to use for S3 bucket access.

target_bucket required

Select the Shared Config that contains information about the S3 Bucket where the decrypted files will be stored.

target_path

Path from the starting folder in the S3 Bucket Configuration to the folder where the decrypted files will be stored.

allow_overwrite required

Enable to allow an existing file with the same name in the Target Folder to be overwritten.


Tracking Parameters
tracking_db required

MySQL database where the processing status of each file is stored.

tracking_table required

Table, in schema.name format, where the processing status of each file is stored.