mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Merge branch 'master' of https://github.com/chrislusf/seaweedfs.wiki
commit
1e4041bd8e
|
@ -1,5 +1,10 @@
|
||||||
# Supported Vendors
|
# 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 |
|
| Name | Type | Note | Reference |
|
||||||
| -- | -- | -- | -- |
|
| -- | -- | -- | -- |
|
||||||
| AWS S3 | s3 | | |
|
| AWS S3 | s3 | | |
|
||||||
|
|
Loading…
Reference in a new issue