Skip to content

Commit 9bc5d15

Browse files
docs: Add env variable CUBESTORE_MINIO_SUB_PATH when configuring MinIO as remote storage
1 parent 80d69c7 commit 9bc5d15

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

docs/pages/reference/configuration/environment-variables.mdx

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,51 +1424,59 @@ Ignored when `CUBESTORE_META_ADDR` is set.
14241424

14251425
## `CUBESTORE_MINIO_ACCESS_KEY_ID`
14261426

1427-
The Access Key ID for minIO. Required when using minIO.
1427+
The Access Key ID for MinIO. Required when using MinIO.
14281428

14291429
| Possible Values | Default in Development | Default in Production |
14301430
| --------------------------- | ---------------------- | --------------------- |
1431-
| A valid minIO Access Key ID | N/A | N/A |
1431+
| A valid MinIO Access Key ID | N/A | N/A |
14321432

14331433
## `CUBESTORE_MINIO_BUCKET`
14341434

1435-
The name of the bucket that you want to use minIO. Required when using minIO.
1435+
The name of the bucket that you want to use MinIO. Required when using MinIO.
14361436

14371437
| Possible Values | Default in Development | Default in Production |
14381438
| ------------------- | ---------------------- | --------------------- |
14391439
| A valid bucket name | N/A | N/A |
14401440

1441+
## `CUBESTORE_MINIO_SUB_PATH`
1442+
1443+
The name of sub path (folder) inside the bucket that you want to use. Required when using MinIO.
1444+
1445+
| Possible Values | Default in Development | Default in Production |
1446+
| ------------------- | ---------------------- | --------------------- |
1447+
| A valid sub path (folder) name | N/A | N/A |
1448+
14411449
## `CUBESTORE_MINIO_CREDS_REFRESH_EVERY_MINS`
14421450

1443-
The number of minutes after which Cube Store should refresh minIO credentials.
1451+
The number of minutes after which Cube Store should refresh MinIO credentials.
14441452

14451453
| Possible Values | Default in Development | Default in Production |
14461454
| ------------------------- | ---------------------- | --------------------- |
14471455
| A valid number in minutes | `180` | `180` |
14481456

14491457
## `CUBESTORE_MINIO_REGION`
14501458

1451-
The region of a bucket in AWS. Optional when using minIO.
1459+
The region of a bucket in AWS. Optional when using MinIO.
14521460

14531461
| Possible Values | Default in Development | Default in Production |
14541462
| ------------------------------------------------------ | ---------------------- | --------------------- |
14551463
| A valid S3 region name, an empty string if not present | N/A | N/A |
14561464

14571465
## `CUBESTORE_MINIO_SECRET_ACCESS_KEY`
14581466

1459-
The Secret Access Key for minIO. Required when using minIO.
1467+
The Secret Access Key for MinIO. Required when using MinIO.
14601468

14611469
| Possible Values | Default in Development | Default in Production |
14621470
| ------------------------------- | ---------------------- | --------------------- |
1463-
| A valid minIO Secret Access Key | N/A | N/A |
1471+
| A valid MinIO Secret Access Key | N/A | N/A |
14641472

14651473
## `CUBESTORE_MINIO_SERVER_ENDPOINT`
14661474

1467-
The minIO server endpoint. Required when using minIO.
1475+
The MinIO server endpoint. Required when using MinIO.
14681476

14691477
| Possible Values | Default in Development | Default in Production |
14701478
| ---------------------- | ---------------------- | --------------------- |
1471-
| A valid minIO endpoint | N/A | N/A |
1479+
| A valid MinIO endpoint | N/A | N/A |
14721480

14731481
```dotenv
14741482
CUBESTORE_MINIO_SERVER_ENDPOINT=http://localhost:9000

0 commit comments

Comments
 (0)