Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
cloudfront
/
File Content:
origin.pyc
� �Wc @ sI d d l m Z d � Z d e f d � � YZ d e f d � � YZ d S( i����( t OriginAccessIdentityc C s! t | t � r | j � S| Sd S( N( t isinstanceR t uri( t origin_access_identity( ( s: /usr/lib/python2.7/site-packages/boto/cloudfront/origin.pyt get_oai_value s t S3Originc B sA e Z d Z d d d � Z d � Z d � Z d � Z d � Z RS( s� Origin information to associate with the distribution. If your distribution will use an Amazon S3 origin, then you use the S3Origin element. c C s | | _ | | _ d S( s :param dns_name: The DNS name of your Amazon S3 bucket to associate with the distribution. For example: mybucket.s3.amazonaws.com. :type dns_name: str :param origin_access_identity: The CloudFront origin access identity to associate with the distribution. If you want the distribution to serve private content, include this element; if you want the distribution to serve public content, remove this element. :type origin_access_identity: str N( t dns_nameR ( t selfR R ( ( s: /usr/lib/python2.7/site-packages/boto/cloudfront/origin.pyt __init__&