Skip to content

Commit a8d4894

Browse files
committed
docs: Add command-line args and runtime flags
1 parent dd6a267 commit a8d4894

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pages/database-management/configuration.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ fallback to the value of the command-line argument.
318318
| hops_limit_partial_results | If set to `true`, partial results are returned when the hops limit is reached. If set to `false`, an exception is thrown when the hops limit is reached. The default value is `true`. | yes |
319319
| timezone | IANA timezone identifier string setting the instance's timezone. | yes |
320320
| storage.snapshot.interval | Define periodic snapshot schedule via cron expression ([crontab](https://crontab.guru/) format, an [Enterprise feature](/database-management/enabling-memgraph-enterprise)) or as a period in seconds. Set to empty string to disable. | no |
321+
| aws.region | AWS region in which your S3 service is located. | yes |
322+
| aws.access_key | Access key used to READ the file from S3. | yes |
323+
| aws.secret_key | Secret key used to READ the file from S3. | yes |
324+
| aws.endpoint_url | URL on which S3 can be accessed (if using some other S3-compatible storage). | yes |
321325

322326
All settings can be fetched by calling the following query:
323327

@@ -481,6 +485,19 @@ connections in Memgraph.
481485
| `--stream-transaction-retry-interval=500` | The interval to wait (measured in milliseconds) before retrying to execute again a conflicting transaction. | `[uint32]` |
482486

483487

488+
### AWS
489+
490+
This section contains the list of flags that are used when connecting to S3-compatible storage.
491+
492+
493+
| Flag | Description | Type |
494+
|--------------------------------------------|-------------------------------------------------------------------------------------------------------------|------------|
495+
| `--aws-region` | AWS region in which your S3 service is located. | `[string]` |
496+
| `--aws-access-key` | Access key used to READ the file from S3. | `[string]` |
497+
| `--aws-secret-key` | Secret key used to READ the file from S3. | `[string]` |
498+
| `--aws-endpoint-url` | URL on which S3 can be accessed (if using some other S3-compatible storage). | `[string]` |
499+
500+
484501
### Other
485502

486503
This section contains the list of all other relevant flags used within Memgraph.

0 commit comments

Comments
 (0)