Bases: ClientPlugin
Gets the file contents from a container.
Get the file contents from the container in a files map. A list of files to skip can also be specified and those would not be downloaded from swift.
Turn on object versioning.
We can use a single TempURL for multiple signals and 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
path (string) – The TempURL path
Parses the last-modified value.
For example, last-modified values from a swift object header. Returns the datetime.datetime of that value.
lm (string) – The last-modified value (or None)
An offset-naive UTC datetime of the value (or None)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.