Google Cloud Storage - Delete Files
Overviewβ
Quickly remove one or more files from a Google Cloud Storage (GCS) bucket. The match type selected greatly affects how this Blueprint works.
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
GCS Bucket Name | GCS_SOURCE_BUCKET_NAME | Alphanumeric | β | - | - | The name of the bucket where the target file resides |
GCS Folder Name | GCS_SOURCE_FOLDER_NAME | Alphanumeric | β | - | - | The name of the folder where the target file resides. If left blank, the root directory will be scanned |
GCS File Name Match Type | GCS_SOURCE_FILE_NAME_MATCH_TYPE | Select | β | exact_match | Exact Match: exact_match Regex Match: regex_match | Determines if the text in "GCS File Name" will look for one file with exact match, or multiple files using regex. |
GCS File Name | GCS_SOURCE_FILE_NAME | Alphanumeric | β | - | - | Name of the target file in the GCS bucket. Can be regex if "Match Type" is set accordingly. |
Service Account | GOOGLE_APPLICATION_CREDENTIALS | Password | β | - | - | JSON from a Google Cloud Service account key. |
YAMLβ
Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.
source:
blueprint: Google Cloud Storage - Delete Files
inputs:
GCS_SOURCE_BUCKET_NAME: null ## REQUIRED
GCS_SOURCE_FOLDER_NAME: null
GCS_SOURCE_FILE_NAME_MATCH_TYPE: exact_match ## REQUIRED
GCS_SOURCE_FILE_NAME: null ## REQUIRED
GOOGLE_APPLICATION_CREDENTIALS: null ## REQUIRED
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '202'
- '207'