From b36e01ef9fc8e48b8b8cf6ba38b6b941b0403571 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Tue, 22 Apr 2014 16:15:51 -0600 Subject: [PATCH] Fix S3 module docs. Closes #12199 --- salt/modules/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/s3.py b/salt/modules/s3.py index f940c50c95..a628453ea8 100644 --- a/salt/modules/s3.py +++ b/salt/modules/s3.py @@ -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)