Update Providers
parent
ae16c2cf67
commit
c1d7c4b959
10
Providers.md
10
Providers.md
@ -8,3 +8,13 @@
|
||||
* An access key and secret key are required for operation, configured via `S3Config.AccessKey` and `S3Config.SecretKey` in `config.json`
|
||||
* A bucket name is required, configured via `S3Config.Bucket` in `config.json`
|
||||
* Both path-style and virtual hosted-style are supported, configured via the `S3Config.UsePathStyle` setting in `config.json`
|
||||
|
||||
### Sia
|
||||
|
||||
* The Sia provider utilizes the `renterd` native HTTP REST API via `libcurl`
|
||||
|
||||
### Encryption
|
||||
|
||||
* The encryption provider takes a local path and transparently encrypts file/directory names and file content.
|
||||
* This is a pass-through provider, meaning all encryption operations happen at the time of file access.
|
||||
* This is useful for encrypting data prior to being uploaded to online backup providers like [IDrive](https://www.idrive.com/).
|
Loading…
x
Reference in New Issue
Block a user