Home
last modified time | relevance | path

Searched refs:StorageUri (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dstorage_uri_builder.py42 def StorageUri(self, uri_str): member in StorageUriBuilder
Dcommand.py41 from boto.storage_uri import StorageUri
971 connection_pool = StorageUri.provider_pool
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/
DREADME21 StorageUri("file:///usr/bin/X11/vim").get_all_keys() would enumerate all
35 We selected 2b, resulting in a class hierarchy where StorageUri is an abstract
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dstorage_uri.py32 class StorageUri(object): class
243 class BucketStorageUri(StorageUri):
799 class FileStorageUri(StorageUri):
/external/chromium-trace/catapult/third_party/gsutil/
DCHANGES.md783 - Removed StorageUri parse check for lone ':' (interferes with using filenames
1132 - Refactored StorageUri parsing that had been split across
1134 version string so StorageUri is round-trippable (boto change).
1181 - Implemented StorageUri parsing unit tests.