Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Must be `true` or `false`. `true` indicates Redis server is configured to use `T

Must be `true` or `false`. `true` indicates to use TLS to access Redis. Defaults to `false`.

## `TFE_REDIS_USE_MTLS`
### `TFE_REDIS_USE_MTLS`

Must be `true` or `false`. `true` indicates to use mutual TLS (mTLS) authentication for clients to access Redis with Redis standalone or Sentinel. Defaults to `false`.

Expand Down Expand Up @@ -615,8 +615,12 @@ Required when `TFE_OBJECT_STORAGE_TYPE` is `s3`.

#### `TFE_OBJECT_STORAGE_S3_ENDPOINT`

S3 endpoint. Useful when using a private S3 endpoint. Leave blank to use the
default AWS S3 endpoint. Defaults to `""`.
S3 endpoint. Useful when using a private S3 endpoint.

Example: `TFE_OBJECT_STORAGE_S3_ENDPOINT: https://s3.example.com`
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry I can't add this as a suggestion because the markdown breaks, but could you tweak this to explain the example a bit like so:

The following example sets your S3 endpoint to a private S3 endpoint named https://s3.example.com :

TFE_OBJECT_STORAGE_S3_ENDPOINT: https://s3.example.com


Leave blank to use the default AWS S3 endpoint. Defaults to `""`.


#### `TFE_OBJECT_STORAGE_S3_REGION`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,11 @@ Required when `TFE_OBJECT_STORAGE_TYPE` is `s3`.

#### `TFE_OBJECT_STORAGE_S3_ENDPOINT`

S3 endpoint. Useful when using a private S3 endpoint. Leave blank to use the
default AWS S3 endpoint. Defaults to `""`.
S3 endpoint. Useful when using a private S3 endpoint.

Example: `TFE_OBJECT_STORAGE_S3_ENDPOINT: https://s3.example.com`
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment!

The following example sets your S3 endpoint to a private S3 endpoint named https://s3.example.com :

TFE_OBJECT_STORAGE_S3_ENDPOINT: https://s3.example.com


Leave blank to use the default AWS S3 endpoint. Defaults to `""`.

#### `TFE_OBJECT_STORAGE_S3_REGION`

Expand Down
Loading