Merge "Use swift tempurl instaed of swift-temp-url"

This commit is contained in:
Jenkins 2017-03-29 09:53:47 +00:00 committed by Gerrit Code Review
commit ff50c5f9b3

View File

@ -80,7 +80,7 @@ There may be administrator-only information available via ``/info``. To
retrieve it, one must use an HMAC-signed request, similar to TempURL.
The signature may be produced like so::
swift-temp-url GET 3600 /info secret 2>/dev/null | sed s/temp_url/swiftinfo/g
swift tempurl GET 3600 /info secret 2>/dev/null | sed s/temp_url/swiftinfo/g
Domain Remap
============