bucketNameRegex property
Regex to test the bucket name against.
If empty, all buckets match. Example: "marketing2021" or "(marketing)\d{4}" will both match the bucket gs://marketing2021
Optional.
Implementation
core.String? bucketNameRegex;
Regex to test the bucket name against.
If empty, all buckets match. Example: "marketing2021" or "(marketing)\d{4}" will both match the bucket gs://marketing2021
Optional.
core.String? bucketNameRegex;