Correct the swift tempurl arguments help message

Bug #1469973 reported by YangLei
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-swiftclient
Fix Released
Undecided
YangLei

Bug Description

[method]
[seconds]
[path]
[key]
should be
<method>
<seconds>
<path>
<key>

in Positional arguments.

st_tempurl_options = '<method> <seconds> <path> <key>'

st_tempurl_help = '''
Generates a temporary URL for a Swift object.

Positional arguments:
  [method] An HTTP method to allow for this temporary URL.
                        Usually 'GET' or 'PUT'.
  [seconds] The amount of time in seconds the temporary URL will
                        be valid for.
  [path] The full path to the Swift object. Example:
                        /v1/AUTH_account/c/o.
  [key] The secret temporary URL key set on the Swift cluster.
                        To set a key, run \'swift post -m
                        "Temp-URL-Key:b3968d0207b54ece87cccc06515a89d4"\'
'''.strip('\n')

YangLei (yanglyy)
Changed in python-swiftclient:
assignee: nobody → YangLei (yanglyy)
Revision history for this message
John Dickinson (notmyname) wrote :
Changed in python-swiftclient:
status: New → Fix Committed
Changed in python-swiftclient:
milestone: none → 2.5.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.