Merge pull request #23108 from rallytime/bp-23097

Backport #23097 to 2014.7
This commit is contained in:
Justin Findlay 2015-04-27 21:58:05 -06:00
commit 399857f20b

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: