Create bucket
POST https://storage.googleapis.com/storage/v1/b?project={{my-project-id}}
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
project | string |
Request Body
{"name"=>"{{bucket-name}}", "location"=>"{{my-zone}}", "storageClass"=>"STANDARD", "iamConfiguration"=>{"uniformBucketLevelAccess"=>{"enabled"=>true}}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |