bucketNameRegex property

String? bucketNameRegex
getter/setter pair

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;