summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMitch Garnaat <mitch@garnaat.com>2013-01-30 10:17:02 -0800
committerMitch Garnaat <mitch@garnaat.com>2013-01-30 10:17:02 -0800
commit4a483719bac6af1961e1474bab829943790ab929 (patch)
treec5b808dc6563e67f57c57f95991f210a74e8d8e8 /bin
parent06d223204f8b0e4ed67d1c064df7c2485680d37f (diff)
parent72b4d1a14dfded43baf4fdfefa26ec9592b9bac8 (diff)
downloadboto-4a483719bac6af1961e1474bab829943790ab929.tar.gz
Resolving merge conflict.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/s3put8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/s3put b/bin/s3put
index 78cd6c5a..01d9fcb1 100755
--- a/bin/s3put
+++ b/bin/s3put
@@ -53,7 +53,7 @@ SYNOPSIS
[-d/--debug <debug_level>] [-i/--ignore <ignore_dirs>]
[-n/--no_op] [-p/--prefix <prefix>] [-k/--key_prefix <key_prefix>]
[-q/--quiet] [-g/--grant grant] [-w/--no_overwrite] [-r/--reduced]
- [--header] [--host <s3_host>]""" + usage_string_multipart_capable + """ path [path...]
+ [--header] [--host <s3_host>]""" + usage_flag_multipart_capable + """ path [path...]
Where
access_key - Your AWS Access Key ID. If not supplied, boto will
@@ -67,7 +67,7 @@ SYNOPSIS
path - A path to a directory or file that represents the items
to be uploaded. If the path points to an individual file,
that file will be uploaded to the specified bucket. If the
- path points to a directory, s3_it will recursively traverse
+ path points to a directory, it will recursively traverse
the directory and upload all files to the specified bucket.
debug_level - 0 means no debug output (default), 1 means normal
debug output from boto, and 2 means boto debug output
@@ -101,7 +101,7 @@ SYNOPSIS
sync, even if the file has been updated locally if
the key exists on s3 the file on s3 will not be
updated.
- header - key=value paris of extra header(s) to pass along in the
+ header - key=value pairs of extra header(s) to pass along in the
request
host - Hostname override, for using an endpoint other then AWS S3
""" + usage_string_multipart_capable + """
@@ -248,7 +248,7 @@ def main():
sys.argv[1:], 'a:b:c::d:g:hi:k:np:qs:wr',
['access_key=', 'bucket=', 'callback=', 'debug=', 'help', 'grant=',
'ignore=', 'key_prefix=', 'no_op', 'prefix=', 'quiet',
- 'secret_key=', 'no_overwrite', 'reduced', 'header=', 'multipart',
+ 'secret_key=', 'no_overwrite', 'reduced', 'header=', 'multipart',
'host='])
except:
usage()