From 1642b658975d6b052c1768ab1e098229e8578e3f Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 24 Mar 2024 17:09:54 -0700 Subject: [PATCH] Add missing documentation table headers --- docs/src/main/sphinx/object-storage/file-system-gcs.md | 2 ++ docs/src/main/sphinx/object-storage/file-system-s3.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/src/main/sphinx/object-storage/file-system-gcs.md b/docs/src/main/sphinx/object-storage/file-system-gcs.md index da21ce279f1b..469f8e8c4aee 100644 --- a/docs/src/main/sphinx/object-storage/file-system-gcs.md +++ b/docs/src/main/sphinx/object-storage/file-system-gcs.md @@ -59,6 +59,8 @@ Cloud Storage: :widths: 40, 60 :header-rows: 1 +* - Property + - Description * - `gcs.use-access-token` - Flag to set usage of a client-provided OAuth 2.0 token to access Google Cloud Storage. Defaults to `false`. diff --git a/docs/src/main/sphinx/object-storage/file-system-s3.md b/docs/src/main/sphinx/object-storage/file-system-s3.md index a41b29375314..c5a46795e5fc 100644 --- a/docs/src/main/sphinx/object-storage/file-system-s3.md +++ b/docs/src/main/sphinx/object-storage/file-system-s3.md @@ -73,6 +73,8 @@ and secret keys, STS, or an IAM role: :widths: 40, 60 :header-rows: 1 +* - Property + - Description * - `s3.aws-access-key` - AWS access key to use for authentication. * - `s3.aws-secret-key`