Skip to content

Commit b4eeef5

Browse files
authored
Update create-bucket.md
1 parent 8e5745e commit b4eeef5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

GCP/CLi/create-bucket.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ logs `403 Access denied`
88
```
99
gcloud storage buckets create gs://bucket-name --location=asia-southeast1 --log-http --verbosity=debug
1010
```
11+
fix
12+
```
13+
gcloud projects add-iam-policy-binding hiepnn-linux11111 \
14+
--member serviceAccount:[email protected] \
15+
--role=roles/storage.admin
16+
```

0 commit comments

Comments
 (0)