From 26ecec0f6dec1b9fd2c91ffd0f642685b1b155a0 Mon Sep 17 00:00:00 2001 From: Taurus Cheung Date: Fri, 13 Dec 2013 10:57:23 +0800 Subject: Add --object-name Add parameter --object-name, which: 1) Sets target object name when upload single file 2) Sets object prefix when upload a directory Change-Id: Idc4357c3355e66d31c100540b901e70db20b03c3 Closes-Bug: 1012979 --- doc/manpages/swift.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/manpages') diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1 index aae6c9f..a6292fc 100644 --- a/doc/manpages/swift.1 +++ b/doc/manpages/swift.1 @@ -61,7 +61,9 @@ of container or objects being listed. .RS 4 Uploads to the given container the files and directories specified by the remaining args. The -c or --changed is an option that will only upload files -that have changed since the last upload. The -S or --segment-size +that have changed since the last upload. The --object-name is +an option that will upload file and name object to or upload dir +and use as object prefix. The -S or --segment-size and --leave-segments are options as well (see --help for more). .RE -- cgit v1.2.1