Submit
Path:
~
/
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
File Content:
storage_uri.pyo
� ~�QXc @ s� d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( i����N( t DeleteMarker( t BotoClientError( t InvalidUriErrort StorageUric B s@ e Z d Z d Z d Z i Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d d d � Z d � Z e d d d d � Z d d d e d � Z e d d d � Z e d d � Z e d d d � Z e d d � Z d d d � Z d d d e d d d d d � Z e d d d e d d � Z d � Z d � Z RS( s� Base class for representing storage provider-independent bucket and object name with a shorthand URI-like syntax. This is an abstract class: the constructor cannot be called (throws an exception if you try). c C s t d � � d S( sB Uncallable constructor on abstract base StorageUri class. s0 Attempt to instantiate abstract StorageUri classN( R ( t self( ( s4 /usr/lib/python2.7/site-packages/boto/storage_uri.pyt __init__6 s c C s | j S( s% Returns string representation of URI.( t uri( R ( ( s4 /usr/lib/python2.7/site-packages/boto/storage_uri.pyt __repr__<