Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
sts
/
File Content:
credentials.pyo
� �Wc @ s� d d l Z d d l Z d d l Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( i����N( t jsont Credentialsc B sh e Z d Z d d � Z e d � � Z e d � � Z d � Z d � Z d � Z d � Z d d � Z RS( s' :ivar access_key: The AccessKeyID. :ivar secret_key: The SecretAccessKey. :ivar session_token: The session token that must be passed with requests to use the temporary credentials :ivar expiration: The timestamp for when the credentials will expire c C s: | | _ d | _ d | _ d | _ d | _ d | _ d S( N( t parentt Nonet access_keyt secret_keyt session_tokent expirationt request_id( t selfR ( ( s8 /usr/lib/python2.7/site-packages/boto/sts/credentials.pyt __init__'