Adds configurable encryption to S3 Put and S3 Fetch operations.
service, aws, s3, encryption, encrypt, decryption, decrypt, key
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Encryption Strategy | encryption-strategy | None |
| Strategy to use for S3 data encryption and decryption. |
Key ID or Key Material | key-id-or-key-material | For None and Server-side S3: not used. For Server-side KMS and Client-side KMS: the KMS Key ID must be configured. For Server-side Customer Key and Client-side Customer Key: the Key Material must be specified in Base64 encoded form. In case of Server-side Customer Key, the key must be an AES-256 key. In case of Client-side Customer Key, it can be an AES-256, AES-192 or AES-128 key. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) | ||
KMS Region | kms-region | US West (Oregon) |
| The Region of the AWS Key Management Service. Only used in case of Client-side KMS. |