diff --git a/docs/setup/media-gcs.mdx b/docs/setup/media-gcs.mdx index eff1d3287..52c3bc514 100644 --- a/docs/setup/media-gcs.mdx +++ b/docs/setup/media-gcs.mdx @@ -18,9 +18,7 @@ This integration allows you to delegate storing such files to [Google Cloud Stor | `GS_MEDIA_CUSTOM_ENDPOINT` | A custom endpoint to be used instead of https://storage.googleapis.com. | | `GS_EXPIRATION` | The number of seconds which a generated signed URL is valid for. Defaults to 86400 seconds (1 day). | | `GS_QUERYSTRING_AUTH` | Setting this to `True` enables query parameter authentication, i.e., signed URLs for the static bucket. Defaults to `False`. | -| `GS_DEFAULT_ACL` | ACL used when creating a new blob from the [list of predefined ACLs.](https://cloud.google.com/storage/docs/access-control/lists#predefined-acl) | -| | Defaults to `None`. | -| | Note: Using `publicRead` to disable signed URLs when using Uniform Access Control on the bucket will make file uploads return with HTTP 400. | +| `GS_DEFAULT_ACL` |

ACL used when creating a new blob from the [list of predefined ACLs.](https://cloud.google.com/storage/docs/access-control/lists#predefined-acl) - Defaults to `None`.

Note: Using `publicRead` to disable signed URLs when using Uniform Access Control on the bucket will make file uploads return with HTTP 400.

| ## Serving media files from a GCS bucket