Search K
Appearance
Appearance
Retrieves an existing Google Cloud Storage bucket by name, or creates it if it does not exist.
Use this task to ensure a Google Cloud Storage bucket is available before performing file operations. If the named bucket already exists it is returned without modification; if it does not exist the task creates it in the specified project. This task requires a Google Cloud Platform third-party account to be configured. Output variables expose the bucket details for use in downstream tasks such as Add File to Bucket.
| Field | Type | Required | Description |
|---|---|---|---|
| Project Id | Text | Yes | The Google Cloud project ID in which the bucket should be located or created. |
| Bucket Name | Text | Yes | The name of the bucket to retrieve or create. Must comply with GCP bucket naming rules. |
| Name | Description |
|---|---|
| Bucket Name | The name of the bucket that was retrieved or created. |
| Bucket ID | The unique identifier of the bucket. |
| Project ID | The Google Cloud project ID associated with the bucket. |
| Location | The geographic location of the bucket. |
| Storage Class | The storage class of the bucket (for example, STANDARD). |
| GCS URI | The root GCS URI of the bucket, in the format gs://bucketname/. |