Skip to content

Commit d4fbb63

Browse files
authored
Merge pull request #11715 from kbatyuk/develop
Add VAST DataStore as a Reported Working S3-Compatible Storage
2 parents cfb6185 + fb80157 commit d4fbb63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/sphinx-guides/source/installation/config.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,11 @@ And lastly, to start up the SeaweedFS server and various components you could us
14201420
14211421
weed server -s3 -metricsPort=9327 -dir=/data -s3.config=/config.json
14221422
1423+
`VAST DataStore <https://www.vastdata.com/platform/datastore>`_
1424+
VAST DataStore must be configured with an S3 gateway. A Dataverse bucket must be created.
1425+
Follow `VAST DataStore documentation <https://support.vastdata.com/s/document-item?bundleId=vast-cluster-administrator-s-guide4.7&topicId=managing-access-protocols/s3-object-storage-protocol.html&_LANG=enus>`_ to configure the S3 gateway.
1426+
Set ``dataverse.files.<id>.path-style-access=true`` since VAST DataStore uses path style access.
1427+
14231428
**Additional Reported Working S3-Compatible Storage**
14241429

14251430
If you are successfully using an S3 storage implementation not yet listed above, please feel free to

0 commit comments

Comments
 (0)