Updated Configure Remote Storage (markdown)

Chris Lu 2022-01-06 11:01:21 -08:00
parent 0fccfbd3ad
commit fd517e984d

@ -1,5 +1,10 @@
# Supported Vendors
Here are a list of vendors supported. For other S3 compatible vendors, you can use just s3, but usually you may need to tweak these parameters:
```
remote.configure -name=cloud1 -type=s3 -access_key=xxx -secret_key=yyy -s3.endpoint=zzzzz -s3.force_path_style=true -s3.v4_signature=false
```
| Name | Type | Note | Reference |
| -- | -- | -- | -- |
| AWS S3 | s3 | | |