From 8fb2bf2fbf90d9e49497cc5fa220c49acd6bd2d4 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 13 Aug 2025 21:59:39 -0500 Subject: [PATCH] Update Configuration File Options --- Configuration-File-Options.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Configuration-File-Options.md b/Configuration-File-Options.md index 3c91d6d..c6d0976 100644 --- a/Configuration-File-Options.md +++ b/Configuration-File-Options.md @@ -92,10 +92,10 @@ Provides cloud storage access using S3-compatible APIs, with optional transparen | S3Config.EncryptionToken | Encryption key/token for encrypted buckets | ❌ | | S3Config.Region | S3 region | ❌ | | S3Config.SecretKey | AWS/S3 secret key | ❌ | -| S3Config.TimeoutMs | Timeout for S3 API calls in ms | ✅ | +| S3Config.TimeoutMs | Timeout for S3 API calls in ms | ❌ | | S3Config.URL | Endpoint URL | ❌ | -| S3Config.UsePathStyle | Use path-style addressing | ✅ | -| S3Config.UseRegionInURL | Include region in endpoint URL | ✅ | +| S3Config.UsePathStyle | Use path-style addressing | ❌ | +| S3Config.UseRegionInURL | Include region in endpoint URL | ❌ | --- @@ -154,14 +154,14 @@ Integrates with the Sia renterd backend for decentralized cloud storage. | Setting | Description | Live Update | |---------|-------------|-------------| -| HostConfig.AgentString | User-agent string for API requests | ✅ | +| HostConfig.AgentString | User-agent string for API requests | ❌ | | HostConfig.ApiPassword | renterd API password | ❌ | | HostConfig.ApiPort | renterd API port | ❌ | | HostConfig.ApiUser | renterd API user | ❌ | | HostConfig.HostNameOrIp | renterd host address | ❌ | | HostConfig.Path | API path | ❌ | -| HostConfig.Protocol | http or https | ✅ | -| HostConfig.TimeoutMs | API timeout in ms | ✅ | +| HostConfig.Protocol | http or https | ❌ | +| HostConfig.TimeoutMs | API timeout in ms | ❌ | | SiaConfig.Bucket | Target Sia bucket | ❌ | --- @@ -199,9 +199,9 @@ Connects to another Repertory instance over the network. | RemoteConfig.ApiPort | Remote instance API port | ❌ | | RemoteConfig.EncryptionToken | Token used for secure communication | ❌ | | RemoteConfig.HostNameOrIp | Remote instance hostname/IP | ❌ | -| RemoteConfig.MaxConnections | Max simultaneous connections | ✅ | -| RemoteConfig.ReceiveTimeoutMs | Receive timeout in ms | ✅ | -| RemoteConfig.SendTimeoutMs | Send timeout in ms | ✅ | +| RemoteConfig.MaxConnections | Max simultaneous connections | ❌ | +| RemoteConfig.ReceiveTimeoutMs | Receive timeout in ms | ❌ | +| RemoteConfig.SendTimeoutMs | Send timeout in ms | ❌ | ---