Change s3 to s3fs in fileserver_roots docs example

Fixes #23085
This commit is contained in:
rallytime 2015-04-27 10:42:18 -06:00
parent d45aa21dca
commit fa889845df

View file

@ -3,13 +3,13 @@
Amazon S3 Fileserver Backend
This backend exposes directories in S3 buckets as Salt environments. To enable
this backend, add ``s3`` to the :conf_master:`fileserver_backend` option in the
this backend, add ``s3fs`` to the :conf_master:`fileserver_backend` option in the
Master config file.
.. code-block:: yaml
fileserver_backend:
- s3
- s3fs
S3 credentials must also be set in the master config file: