Skip to content

Commit 9d58865

Browse files
authored
OpenAPI: Remove repeated 'for' (#11338)
1 parent 3c6c626 commit 9d58865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

open-api/rest-catalog-open-api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ class LoadTableResult(BaseModel):
11901190
11911191
The following configurations should be respected when working with tables stored in AWS S3
11921192
- `client.region`: region to configure client for making requests to AWS
1193-
- `s3.access-key-id`: id for for credentials that provide access to the data in S3
1193+
- `s3.access-key-id`: id for credentials that provide access to the data in S3
11941194
- `s3.secret-access-key`: secret for credentials that provide access to data in S3
11951195
- `s3.session-token`: if present, this value should be used for as the session token
11961196
- `s3.remote-signing-enabled`: if `true` remote signing should be performed as described in the `s3-signer-open-api.yaml` specification

open-api/rest-catalog-open-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,7 +3125,7 @@ components:
31253125
31263126
The following configurations should be respected when working with tables stored in AWS S3
31273127
- `client.region`: region to configure client for making requests to AWS
3128-
- `s3.access-key-id`: id for for credentials that provide access to the data in S3
3128+
- `s3.access-key-id`: id for credentials that provide access to the data in S3
31293129
- `s3.secret-access-key`: secret for credentials that provide access to data in S3
31303130
- `s3.session-token`: if present, this value should be used for as the session token
31313131
- `s3.remote-signing-enabled`: if `true` remote signing should be performed as described in the `s3-signer-open-api.yaml` specification

0 commit comments

Comments
 (0)