Google Cloud Compose

Google Cloud Compose

Certified

Compose multiple GCS objects into one

Concatenates up to 32 source objects into a single destination object in GCS.

yaml
type: io.kestra.plugin.gcp.gcs.Compose

Concatenate files in a bucket

yaml
id: gcp_gcs_compose
namespace: company.team

tasks:
  - id: compose
    type: io.kestra.plugin.gcp.gcs.Compose
    list:
      from: "gs://my_bucket/dir/"
    to: "gs://my_bucket/destination/my-compose-file.txt"
Properties

Source listing

Listing definition used to select source objects (files only)

Definitions
from*Requiredstring

Source prefix

gs:// path to list

filterstring
DefaultBOTH
Possible Values
FILESDIRECTORYBOTH
listingTypestring
DefaultDIRECTORY
Possible Values
RECURSIVEDIRECTORY

Listing type

DIRECTORY lists only immediate children; RECURSIVE traverses all descendants. Default DIRECTORY.

regExpstring

Regex filter

Optional regex applied to full object path (e.g., .*2020-01-0.\.csv)

Defaultfalse

Allow empty source

If true, succeed with empty sources; otherwise fail when no files are found

The GCP service account to impersonate

Reference (ref) of the pluginDefaults to apply to this task.

The GCP project ID

SubTypestring
Default["https://www.googleapis.com/auth/cloud-platform"]

The GCP scopes to be used

The GCP service account

Destination object URI

gs:// path for the composed object

Formaturi

The URI of the composed object on Cloud Storage

Unitfiles

Number of files composed.

Unitbytes

Size of the composed file.