From e5659d375e79ed9374f34b305f711f540660e0af Mon Sep 17 00:00:00 2001 From: Mikail <6186720+NyanKiyoshi@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:06:47 +0100 Subject: [PATCH] fix: broken table in GCS deployment documentation This fixes the docs for `GS_DEFAULT_ACL` where the row was being broken into what looked like unrelated sub-rows --- docs/setup/media-gcs.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/setup/media-gcs.mdx b/docs/setup/media-gcs.mdx index eff1d32875..52c3bc5141 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