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
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.cross-region-access`
- Enable cross region access. Defaults to `false`.
* - `s3.path-style-access`
Expand Down
Loading