1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-30 23:24:05 +00:00

Updated Storage Backends (markdown)

gilbertchen
2018-05-14 13:39:16 -04:00
parent b4f1f491b7
commit 4207bb82ff

@@ -175,3 +175,36 @@ To use Hubic as the storage, you first need to download a token file from https:
Hubic offers the most free space (25GB) of all major cloud providers and there is no bandwidth charge (same as Google Drive and OneDrive), so it may be worth a try.
</details>
<details> <summary>OpenStack Swift</summary>
```
Storage URL: swift://user@auth_url/container/path
```
If the storage requires more parameters you can specify them in the query string:
```
swift://user@auth_url/container/path?tenant=<tenant>&domain=<domain>
```
The following is the list of parameters accepted by the query string:
* domain
* domain_id
* user_id
* retries
* user_agent
* timeout
* connection_timeout
* region
* tenant
* tenant_id
* endpiont_type
* tenant_domain
* tenant_domain_id
* trust_id
This backend is implemented using https://github.com/ncw/swift.
</details>