diff options
author | Anton Lundin <anton@dohi.se> | 2012-10-17 11:21:09 +0200 |
---|---|---|
committer | Anton Lundin <anton@dohi.se> | 2012-10-24 09:33:28 +0200 |
commit | 46cbbf8acba0a47fd76e0d64ce4861f9f0d156b7 (patch) | |
tree | 57694734b6296ee10f88ea0569e7527b75dacd03 /bin | |
parent | 9d8983f03a329cf22ba75195a2e99c62930d0c4f (diff) | |
download | boto-46cbbf8acba0a47fd76e0d64ce4861f9f0d156b7.tar.gz |
s3put: document --headers option
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/s3put | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,7 +30,8 @@ SYNOPSIS -b/--bucket <bucket_name> [-c/--callback <num_cb>] [-d/--debug <debug_level>] [-i/--ignore <ignore_dirs>] [-n/--no_op] [-p/--prefix <prefix>] [-q/--quiet] - [-g/--grant grant] [-w/--no_overwrite] [-r/--reduced] path + [-g/--grant grant] [-w/--no_overwrite] [-r/--reduced] + [--header] path Where access_key - Your AWS Access Key ID. If not supplied, boto will @@ -75,6 +76,8 @@ SYNOPSIS the key exists on s3 the file on s3 will not be updated. reduced - Use Reduced Redundancy storage + header - key=value paris of extra header(s) to pass along in the + request If the -n option is provided, no files will be transferred to S3 but |