DeleteGCSObject 2.3.0

BUNDLE

org.apache.nifi | nifi-gcp-nar

DESCRIPTION

Deletes objects from a Google Cloud Bucket. If attempting to delete a file that does not exist, FlowFile is routed to success.

TAGS

delete, gcs, google, google cloud, storage

INPUT REQUIREMENT

REQUIRED

Supports Sensitive Dynamic Properties

false

PROPERTIES

Property

Description

GCP Credentials Provider Service

The Controller Service used to obtain Google Cloud Platform credentials.

gcp-project-id

Google Cloud Project ID

gcp-retry-count

How many retry attempts should be made before routing to the failure relationship.

gcs-bucket

Bucket of the object.

gcs-generation

The generation of the object to be deleted. If null, will use latest version of the object.

gcs-key

Name of the object.

proxy-configuration-service

Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP + AuthN

storage-api-url

Overrides the default storage URL. Configuring an alternative Storage API URL also overrides the HTTP Host header on requests as described in the Google documentation for Private Service Connections.

RELATIONSHIPS

NAME

DESCRIPTION

failure

FlowFiles are routed to this relationship if the Google Cloud Storage operation fails.

success

FlowFiles are routed to this relationship after a successful Google Cloud Storage operation.

SEE ALSO

Language: English