Google Cloud Storage

community_gcs · action · Utility · Available · v1.0.0

Description

Enterprise connector for Google Cloud Storage: upload, download, list and delete objects in GCS buckets — the object-storage primitive for GCP-based pipelines.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Operazione
enum
listObjectsgetObjectMetadatadeleteObject
yeslistObjectsCosa fare sugli oggetti del bucket.
bucket
Bucket
expressionyes
mio-bucket-prod
Nome bucket GCS (3-63 char, lowercase). Supporta {{input.bucket}}.
prefix
Prefix (listObjects)
expressionno
fatture/2026/
Filtra oggetti per prefisso (es. cartella virtuale). Solo listObjects.
objectName
Nome oggetto
expressionno
fatture/2026/F123.pdf
Nome completo oggetto per getObjectMetadata/deleteObject.
maxResults
Max risultati (listObjects)
numberno100Max oggetti per pagina (1-1000).
integrationLabel
Etichetta credenziali (opzionale)
stringno
Default account
Per gestire più account dello stesso provider. Lascia vuoto per il default.

💡 Configuration example

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
  }
}

🔗 Related nodes in the same category

Ready to use Google Cloud Storage?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes