BLOCKS Reference

Google Cloud

Move GCS object

Overview

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

Files can be moved from one bucket into another, even if the storage class or region is different.

If a file with the same name already exists in the destination folder, it will be overwritten by the moved file.

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 you want to move. Folders cannot be moved.

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

Designate the GCS URL to which you want to move the file. If a file already exists at this location, 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.

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