Searched refs:StorageUri (Results 1 – 5 of 5) sorted by relevance
42 def StorageUri(self, uri_str): member in StorageUriBuilder
41 from boto.storage_uri import StorageUri971 connection_pool = StorageUri.provider_pool
21 StorageUri("file:///usr/bin/X11/vim").get_all_keys() would enumerate all35 We selected 2b, resulting in a class hierarchy where StorageUri is an abstract
32 class StorageUri(object): class243 class BucketStorageUri(StorageUri):799 class FileStorageUri(StorageUri):
783 - Removed StorageUri parse check for lone ':' (interferes with using filenames1132 - Refactored StorageUri parsing that had been split across1134 version string so StorageUri is round-trippable (boto change).1181 - Implemented StorageUri parsing unit tests.