Skip to content

Commit c3efd81

Browse files
authored
Google Cloud Storage connectors: Storage Object Creator -> Storage Object User for correct permissions (#679)
1 parent a2b6b3c commit c3efd81

File tree

1 file changed

+2
-2
lines changed
  • snippets/general-shared-text

1 file changed

+2
-2
lines changed

snippets/general-shared-text/gcs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<iframe
22
width="560"
33
height="315"
4-
src="https://www.youtube.com/embed/HYaALQ0F-L4"
4+
src="https://www.youtube.com/embed/R57duYCxLi8"
55
title="YouTube video player"
66
frameborder="0"
77
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
@@ -31,7 +31,7 @@ allowfullscreen
3131
This bucket must have, at minimum, one of the following roles applied to the target Google Cloud service account:
3232

3333
- `Storage Object Viewer` for bucket read access.
34-
- `Storage Object Creator` for bucket write access.
34+
- `Storage Object User` for bucket write access.
3535
- The `Storage Object Admin` role provides read and write access, plus access to additional bucket operations.
3636

3737
To apply one of these roles to a service account for a bucket, see [Add a principal to a bucket-level policy](https://cloud.google.com/storage/docs/access-control/using-iam-permissions#bucket-add)

0 commit comments

Comments
 (0)