March 2019
Beginner to intermediate
778 pages
34h 20m
English
Cloud Storage buckets must follow a few general naming conventions in order to be considered valid. These names must adhere to the following:
Given these constraints, a resulting regular expression for validating bucket names may look something like the following:
/^[a-z0-9][a-z0-9_-]{1,61}[a-z0-9]$/
Read now
Unlock full access