mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-15 15:53:26 +00:00
Add NetApp StorageGRID
@@ -44,7 +44,7 @@ Storage URL: s3://amazon.com/bucket/path/to/storage (default region is us-east-
|
||||
s3://region@amazon.com/bucket/path/to/storage (other regions must be specified)
|
||||
```
|
||||
|
||||
You'll need to input an access key and a secret key to access your Amazon S3 storage.
|
||||
You'll need to input an access key and a secret key to access your Amazon S3 storage.
|
||||
|
||||
Minio-based S3 compatiable storages are also supported by using the `minio` or `minios` backends:
|
||||
```
|
||||
@@ -137,6 +137,19 @@ You'll need to input the access key once prompted.
|
||||
|
||||
</details>
|
||||
|
||||
<details> <summary>NetApp StorageGRID</summary>
|
||||
|
||||
```
|
||||
Storage URL: s3://us-east-1@storagegrid.netapp.com/bucket/path/to/storage
|
||||
```
|
||||
|
||||
Default region is `us-east-1`, but others may be set in StorageGRID settings. Region must be specified in any case.
|
||||
|
||||
You'll need to input an access key and a secret key to access your NetApp StorageGRID S3 storage.
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
<details> <summary>Backblaze B2</summary>
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user