Description:
Deletes FlowFiles on an Amazon S3 Bucket. If attempting to delete a file that does not exist, FlowFile is routed to success.
Tags:
Amazon, S3, AWS, Archive, Delete
Properties:
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, whether a property supports the Expression Language Guide and whether a property is considered “sensitive”, meaning that its value will be encrypted. Before entering a value in a sensitive property, ensure that the nifi.properties file has an entry for the property nifi.sensitive.props.key.
Name | Default Value | Allowable Values | Description |
Object Key | ${filename} |
No Description Provided. Supports Expression Language: true |
|
Bucket |
No Description Provided. Supports Expression Language: true |
||
Access Key |
No Description Provided. Sensitive Property: true Supports Expression Language: true |
||
Secret Key |
No Description Provided. Sensitive Property: true Supports Expression Language: true |
||
Credentials File | No Description Provided. | ||
AWS Credentials Provider service |
Controller Service API: AWSCredentialsProviderService Implementation: AWSCredentialsProviderControllerService |
The Controller Service that is used to obtain aws credentials provider | |
Region | us-west-2 |
* us-gov-west-1 * us-east-1 * us-west-1 * us-west-2 * eu-west-1 * eu-central-1 * ap-southeast-1 * ap-southeast-2 * ap-northeast-1 * sa-east-1 * cn-north-1 |
No Description Provided. |
Communications Timeout | 30 secs | No Description Provided. | |
Version |
The Version of the Object to delete Supports Expression Language: true |
||
FullControl User List | ${s3.permissions.full.users} |
A comma-separated list of Amazon User ID's or E-mail addresses that specifies who should have Full Control for an object Supports Expression Language: true |
|
Read Permission User List | ${s3.permissions.read.users} |
A comma-separated list of Amazon User ID's or E-mail addresses that specifies who should have Read Access for an object Supports Expression Language: true |
|
Write Permission User List | ${s3.permissions.write.users} |
A comma-separated list of Amazon User ID's or E-mail addresses that specifies who should have Write Access for an object Supports Expression Language: true |
|
Read ACL User List | ${s3.permissions.readacl.users} |
A comma-separated list of Amazon User ID's or E-mail addresses that specifies who should have permissions to read the Access Control List for an object Supports Expression Language: true |
|
Write ACL User List | ${s3.permissions.writeacl.users} |
A comma-separated list of Amazon User ID's or E-mail addresses that specifies who should have permissions to change the Access Control List for an object Supports Expression Language: true |
|
Owner | ${s3.owner} |
The Amazon ID to use for the object's owner Supports Expression Language: true |
|
SSL Context Service |
Controller Service API: SSLContextService Implementation: StandardSSLContextService |
Specifies an optional SSL Context Service that, if provided, will be used to create connections | |
Endpoint Override URL | Endpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints. | ||
Proxy Host |
Proxy host name or IP Supports Expression Language: true |
||
Proxy Host Port |
Proxy host port Supports Expression Language: true |
Relationships:
Name | Description |
failure | FlowFiles are routed to failure relationship |
success | FlowFiles are routed to success relationship |
Reads Attributes:
None specified.
Writes Attributes:
None specified.
See Also:
PutS3Object,FetchS3Object