Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix native S3 config docs #24319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 2 additions & 2 deletions docs/src/main/sphinx/object-storage/file-system-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ support:
- Activate the native implementation for S3 storage support. Defaults to
`false`. Set to `true` to use S3 and enable all other properties.
* - `s3.endpoint`
- Required endpoint URL for S3.
- S3 service endpoint URL to communicate with.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets expand this a bit more as you explained in the description.

* - `s3.region`
- Required region name for S3.
- S3 region to communicate with.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as the other one..

* - `s3.path-style-access`
- Use path-style access for all requests to S3
* - `s3.exclusive-create`
Expand Down
Loading