mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #23108 from rallytime/bp-23097
Backport #23097 to 2014.7
This commit is contained in:
commit
399857f20b
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue