Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Fix typo in GCS docs #608

Merged
merged 1 commit into from
May 28, 2023
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
2 changes: 1 addition & 1 deletion docs/content/providers/uploads/gcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Option|Description
-|-
`credentials.private_key`|The PEM-encoded private key for the service account with access to the GCS bucket.
`credentials.client_email`|The email of the service account with access to the GCS bucket.
`bucket`|The name of the GCS bucket.
`bucketName`|The name of the GCS bucket.

## Configuration Example

Expand Down