Bases: heat.engine.clients.client_plugin.ClientPlugin
Turn on object versioning so we can use a single TempURL for multiple signals and return a Swift TempURL.
Return a Swift TempURL.
Return True if path is a valid Swift TempURL path, False otherwise.
A Swift TempURL path must: - Be five parts, [‘’, ‘v1’, ‘account’, ‘container’, ‘object’] - Be a v1 request - Have account, container, and object values - Have an object value with more than just ‘/’s
Parameters: | path (string) – The TempURL path |
---|