/usr/lib/python2.6/site-packages/boto/gs
Edit: /usr/lib/python2.6/site-packages/boto/gs/lifecycle.pyc (7196B)
Ñò
Å-õSc @ s¤ d d k l Z d Z d Z d Z d Z d Z d Z d Z d Z d
Z
e g Z g Z e e e e
g Z
h g e 6Z d e f d „ ƒ YZ d e f d
„ ƒ YZ d S( iÿÿÿÿ( t InvalidLifecycleConfigErrort LifecycleConfigurationt Rulet Actiont Deletet Conditiont Aget
CreatedBeforet NumberOfNewerVersionst IsLivec B sV e Z d Z d d d d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z
RS( s
A lifecycle rule for a bucket.
:ivar action: Action to be taken.
:ivar action_params: A dictionary of action specific parameters. Each item
in the dictionary represents the name and value of an action parameter.
:ivar conditions: A dictionary of conditions that specify when the action
should be taken. Each item in the dictionary represents the name and value
of a condition.
c C s6 | | _ | p h | _ | p h | _ t | _ d S( N( t actiont
action_paramst
conditionst RULEt current_tag( t selfR
R R ( ( s5 /usr/lib/python2.6/site-packages/boto/gs/lifecycle.pyt __init__<