Fix S3 module docs.

Closes #12199
This commit is contained in:
Mike Place 2014-04-22 16:15:51 -06:00
parent 139b8b5389
commit b36e01ef9f

View File

@ -177,7 +177,7 @@ def put(bucket, path=None, return_bin=False, action=None, local_file=None,
.. code-block:: bash .. code-block:: bash
salt myminion s3.put mybucket remotepath local_path=/path/to/file salt myminion s3.put mybucket remotepath local_file=/path/to/file
''' '''
key, keyid, service_url = _get_key(key, keyid, service_url) key, keyid, service_url = _get_key(key, keyid, service_url)