add tempurl auth for object operations
Bug #1712507 reported by
Christopher Bartz
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-swiftclient |
In Progress
|
Wishlist
|
Christopher Bartz |
Bug Description
Currently, the swift cli only supports auth with options like --os-auth-url or --os-auth-token .
It would be nice, if, for object operations like
'delete', 'download', 'post', 'stat', 'upload'
, it would be possible to specify a (prefix-based) temporary URL with an option like --auth-tempurl
One could argue, that you could also use programs like cURL for handling temporary URLs. But users often do not like to switch programs or are not willing to learn new cli interfaces. Besides that, splitting up LO's into segments is a builtin feature in the swiftclient, and would otherwise have to be programmed manually.
Changed in python-swiftclient: | |
status: | New → Confirmed |
importance: | Undecided → Wishlist |
Changed in python-swiftclient: | |
assignee: | nobody → Christopher Bartz (bartz) |
Changed in python-swiftclient: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
This is cool, it will also reduce usage of `curl` in many heat-templates and provide native support for tempurl