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
3 changes: 3 additions & 0 deletions docs/src/main/sphinx/object-storage/file-system-gcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Storage file system support:
all other properties.
* - `gcs.project-id`
- Identifier for the project on Google Cloud Storage.
* - `azure.endpoint`
- Optional URL for the Google Cloud Storage endpoint. Configure this property
if your storage is accessed using a custom URL, for example `http://storage.example.com:8000`.
* - `gcs.client.max-retries`
- Maximum number of RPC attempts. Defaults to 20.
* - `gcs.client.backoff-scale-factor`
Expand Down
Loading