freezer.storage.local.
LocalStorage
(storage_path, max_segment_size, skip_prepare=False)¶Bases: freezer.storage.fslike.FsLikeStorage
create_dirs
(path)¶get_file
(from_path, to_path)¶listdir
(directory)¶Parameters: | path (str) – |
---|---|
Return type: | collections.Iterable[str] |
open
(filename, mode)¶Parameters: |
|
---|---|
Returns: |
put_file
(from_path, to_path)¶Parameters: |
|
---|
rmtree
(path)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.