Update Providers
16
Providers.md
16
Providers.md
@@ -45,19 +45,3 @@
|
|||||||
| **Sia Provider** | Mounting Sia buckets with `renterd` |
|
| **Sia Provider** | Mounting Sia buckets with `renterd` |
|
||||||
| **Encryption Provider** | Locally encrypting data before uploading elsewhere — but be mindful of irreversible encryption |
|
| **Encryption Provider** | Locally encrypting data before uploading elsewhere — but be mindful of irreversible encryption |
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## ⚙️ Example Configuration (S3 with Encryption)
|
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"S3Config": {
|
|
||||||
"URL": "https://my-s3-endpoint.com",
|
|
||||||
"Bucket": "my-bucket",
|
|
||||||
"AccessKey": "YOUR_ACCESS_KEY",
|
|
||||||
"SecretKey": "YOUR_SECRET_KEY",
|
|
||||||
"UsePathStyle": true,
|
|
||||||
"EncryptionToken": "StrongRandomPassphrase123"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
Reference in New Issue
Block a user