Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/setup/media-gcs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` | <p>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`.</p><p>Note: Using `publicRead` to disable signed URLs when using Uniform Access Control on the bucket will make file uploads return with HTTP 400.</p> |

## Serving media files from a GCS bucket

Expand Down