Skip to content

Commit

Permalink
Fix S3 module docs.
Browse files Browse the repository at this point in the history
Closes #12199
  • Loading branch information
Mike Place committed Apr 22, 2014
1 parent 139b8b5 commit b36e01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def put(bucket, path=None, return_bin=False, action=None, local_file=None,
.. 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)

Expand Down

0 comments on commit b36e01e

Please sign in to comment.