mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Allow masterless minions to pull files from S3
This commit is contained in:
parent
5987c4e30e
commit
3889006149
1 changed files with 1 additions and 1 deletions
|
@ -1356,7 +1356,7 @@ class FSClient(RemoteClient):
|
|||
the FSChan object
|
||||
'''
|
||||
def __init__(self, opts): # pylint: disable=W0231
|
||||
self.opts = opts
|
||||
RemoteClient.__init__(self, opts)
|
||||
self.channel = salt.fileserver.FSChan(opts)
|
||||
self.auth = DumbAuth()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue