Update Configuration File Options
@@ -92,10 +92,10 @@ Provides cloud storage access using S3-compatible APIs, with optional transparen
|
|||||||
| S3Config.EncryptionToken | Encryption key/token for encrypted buckets | ❌ |
|
| S3Config.EncryptionToken | Encryption key/token for encrypted buckets | ❌ |
|
||||||
| S3Config.Region | S3 region | ❌ |
|
| S3Config.Region | S3 region | ❌ |
|
||||||
| S3Config.SecretKey | AWS/S3 secret key | ❌ |
|
| 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.URL | Endpoint URL | ❌ |
|
||||||
| S3Config.UsePathStyle | Use path-style addressing | ✅ |
|
| S3Config.UsePathStyle | Use path-style addressing | ❌ |
|
||||||
| S3Config.UseRegionInURL | Include region in endpoint URL | ✅ |
|
| 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 |
|
| 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.ApiPassword | renterd API password | ❌ |
|
||||||
| HostConfig.ApiPort | renterd API port | ❌ |
|
| HostConfig.ApiPort | renterd API port | ❌ |
|
||||||
| HostConfig.ApiUser | renterd API user | ❌ |
|
| HostConfig.ApiUser | renterd API user | ❌ |
|
||||||
| HostConfig.HostNameOrIp | renterd host address | ❌ |
|
| HostConfig.HostNameOrIp | renterd host address | ❌ |
|
||||||
| HostConfig.Path | API path | ❌ |
|
| HostConfig.Path | API path | ❌ |
|
||||||
| HostConfig.Protocol | http or https | ✅ |
|
| HostConfig.Protocol | http or https | ❌ |
|
||||||
| HostConfig.TimeoutMs | API timeout in ms | ✅ |
|
| HostConfig.TimeoutMs | API timeout in ms | ❌ |
|
||||||
| SiaConfig.Bucket | Target Sia bucket | ❌ |
|
| SiaConfig.Bucket | Target Sia bucket | ❌ |
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -199,9 +199,9 @@ Connects to another Repertory instance over the network.
|
|||||||
| RemoteConfig.ApiPort | Remote instance API port | ❌ |
|
| RemoteConfig.ApiPort | Remote instance API port | ❌ |
|
||||||
| RemoteConfig.EncryptionToken | Token used for secure communication | ❌ |
|
| RemoteConfig.EncryptionToken | Token used for secure communication | ❌ |
|
||||||
| RemoteConfig.HostNameOrIp | Remote instance hostname/IP | ❌ |
|
| RemoteConfig.HostNameOrIp | Remote instance hostname/IP | ❌ |
|
||||||
| RemoteConfig.MaxConnections | Max simultaneous connections | ✅ |
|
| RemoteConfig.MaxConnections | Max simultaneous connections | ❌ |
|
||||||
| RemoteConfig.ReceiveTimeoutMs | Receive timeout in ms | ✅ |
|
| RemoteConfig.ReceiveTimeoutMs | Receive timeout in ms | ❌ |
|
||||||
| RemoteConfig.SendTimeoutMs | Send timeout in ms | ✅ |
|
| RemoteConfig.SendTimeoutMs | Send timeout in ms | ❌ |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user