BLOCKS Reference

Google Cloud

Copy GCS object

Overview

This BLOCK copies a file stored in Google Cloud Storage (GCS). It cannot copy folders.

It can copy files from one bucket into another, even if they have different storage classes or regions.

If a file with the same name already exists in the destination folder, the new file will overwrite it.

If the source bucket and destination bucket are in different GCP projects, you must grant the email account of the GCP service account used with this BLOCK read authority for the source bucket and write authority for the destination bucket.

Properties

Property Explanation
BLOCK name Configure the name displayed on this BLOCK.
GCP service account Select the GCP service account to use with this BLOCK.
Source file GCS URL

Designate the GCS URL of the file to be copied. Folders cannot be copied.

  • Example URL: gs://my-bucket/sample.csv
Destination file GCS URL

Designate the GCS URL of the file to be created. If a file with the same name already exists at this URL, it will be overwritten by the new file.

  • Example URL: gs://my-bucket/dest/sample.csv

If the destination GCS URL contains a non-existent folder, the folder will be created automatically.

BLOCK memos Make notes about this BLOCK.

この情報は役に立ちましたか?