diff --git a/Storage-Backends.md b/Storage-Backends.md index 6d33ecf..aab3272 100644 --- a/Storage-Backends.md +++ b/Storage-Backends.md @@ -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. +
NetApp StorageGRID + +``` +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. + +
+ +
Backblaze B2 ```