Skip to content

Commit 75f4307

Browse files
docs: Add env variable CUBESTORE_MINIO_SUB_PATH when configuring MinIO as remote storage
1 parent 278ecc4 commit 75f4307

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
@@ -1444,51 +1444,59 @@ Ignored when `CUBESTORE_META_ADDR` is set.
14441444

14451445
## `CUBESTORE_MINIO_ACCESS_KEY_ID`
14461446

1447-
The Access Key ID for minIO. Required when using minIO.
1447+
The Access Key ID for MinIO. Required when using MinIO.
14481448

14491449
| Possible Values | Default in Development | Default in Production |
14501450
| --------------------------- | ---------------------- | --------------------- |
1451-
| A valid minIO Access Key ID | N/A | N/A |
1451+
| A valid MinIO Access Key ID | N/A | N/A |
14521452

14531453
## `CUBESTORE_MINIO_BUCKET`
14541454

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

14571457
| Possible Values | Default in Development | Default in Production |
14581458
| ------------------- | ---------------------- | --------------------- |
14591459
| A valid bucket name | N/A | N/A |
14601460

1461+
## `CUBESTORE_MINIO_SUB_PATH`
1462+
1463+
The name of sub path (folder) inside the bucket that you want to use. Required when using MinIO.
1464+
1465+
| Possible Values | Default in Development | Default in Production |
1466+
| ------------------- | ---------------------- | --------------------- |
1467+
| A valid sub path (folder) name | N/A | N/A |
1468+
14611469
## `CUBESTORE_MINIO_CREDS_REFRESH_EVERY_MINS`
14621470

1463-
The number of minutes after which Cube Store should refresh minIO credentials.
1471+
The number of minutes after which Cube Store should refresh MinIO credentials.
14641472

14651473
| Possible Values | Default in Development | Default in Production |
14661474
| ------------------------- | ---------------------- | --------------------- |
14671475
| A valid number in minutes | `180` | `180` |
14681476

14691477
## `CUBESTORE_MINIO_REGION`
14701478

1471-
The region of a bucket in AWS. Optional when using minIO.
1479+
The region of a bucket in AWS. Optional when using MinIO.
14721480

14731481
| Possible Values | Default in Development | Default in Production |
14741482
| ------------------------------------------------------ | ---------------------- | --------------------- |
14751483
| A valid S3 region name, an empty string if not present | N/A | N/A |
14761484

14771485
## `CUBESTORE_MINIO_SECRET_ACCESS_KEY`
14781486

1479-
The Secret Access Key for minIO. Required when using minIO.
1487+
The Secret Access Key for MinIO. Required when using MinIO.
14801488

14811489
| Possible Values | Default in Development | Default in Production |
14821490
| ------------------------------- | ---------------------- | --------------------- |
1483-
| A valid minIO Secret Access Key | N/A | N/A |
1491+
| A valid MinIO Secret Access Key | N/A | N/A |
14841492

14851493
## `CUBESTORE_MINIO_SERVER_ENDPOINT`
14861494

1487-
The minIO server endpoint. Required when using minIO.
1495+
The MinIO server endpoint. Required when using MinIO.
14881496

14891497
| Possible Values | Default in Development | Default in Production |
14901498
| ---------------------- | ---------------------- | --------------------- |
1491-
| A valid minIO endpoint | N/A | N/A |
1499+
| A valid MinIO endpoint | N/A | N/A |
14921500

14931501
```dotenv
14941502
CUBESTORE_MINIO_SERVER_ENDPOINT=http://localhost:9000

0 commit comments

Comments
 (0)