You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/database-management/configuration.mdx
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,10 @@ fallback to the value of the command-line argument.
318
318
| 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 |
| 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 |
321
325
322
326
All settings can be fetched by calling the following query:
323
327
@@ -481,6 +485,19 @@ connections in Memgraph.
481
485
|`--stream-transaction-retry-interval=500`| The interval to wait (measured in milliseconds) before retrying to execute again a conflicting transaction. |`[uint32]`|
482
486
483
487
488
+
### AWS
489
+
490
+
This section contains the list of flags that are used when connecting to S3-compatible storage.
0 commit comments