Part of libcloud.compute.deployment View Source View In Hierarchy
Installs a file.
Method | __init__ | @type source: C{str} @keyword source: Local path of file to be installed |
Method | run | Upload the file, retaining permissions |
Inherited from Deployment:
Method | _get_string_value | Undocumented |
@type source: C{str} @keyword source: Local path of file to be installed @type target: C{str} @keyword target: Path to install file on node
Upload the file, retaining permissions See also L{Deployment.run}