Use swift tempurl instaed of swift-temp-url
Deprecate swift-temp-url and call python-swiftclient's implementation instead. This adds python-swiftclient as an optional dependency of Swift which is noted in releasenotes. Change-Id: I0404f16c21099cb7695430f5b63722729c305613
This commit is contained in:
parent
50ea38c070
commit
47ba1041fc
@ -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
|
||||
============
|
||||
|
Loading…
x
Reference in New Issue
Block a user