Description
Enterprise connector for Google Cloud Storage: upload, download, list and delete objects in GCS buckets — the object-storage primitive for GCP-based pipelines.
community_gcs · action · Utility · Available · v1.0.0
Enterprise connector for Google Cloud Storage: upload, download, list and delete objects in GCS buckets — the object-storage primitive for GCP-based pipelines.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationOperazione | enumlistObjectsgetObjectMetadatadeleteObject | yes | listObjects | Cosa fare sugli oggetti del bucket. |
bucketBucket | expression | yes | — mio-bucket-prod | Nome bucket GCS (3-63 char, lowercase). Supporta {{input.bucket}}. |
prefixPrefix (listObjects) | expression | no | — fatture/2026/ | Filtra oggetti per prefisso (es. cartella virtuale). Solo listObjects. |
objectNameNome oggetto | expression | no | — fatture/2026/F123.pdf | Nome completo oggetto per getObjectMetadata/deleteObject. |
maxResultsMax risultati (listObjects) | number | no | 100 | Max oggetti per pagina (1-1000). |
integrationLabelEtichetta credenziali (opzionale) | string | no | — Default account | Per gestire più account dello stesso provider. Lascia vuoto per il default. |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-community_gcs-1",
"defId": "community_gcs",
"label": "Google Cloud Storage",
"config": {
"operation": "listObjects",
"bucket": "mio-bucket-prod",
"maxResults": 100
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes