Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
awscli
/
customizations
/
s3
/
syncstrategy
/
File Content:
exacttimestamps.pyc
� =��Xc @ s` d d l Z d d l m Z e j e � Z i d d 6d d 6d d 6Z d e f d � � YZ d S( i����N( t SizeAndLastModifiedSyncs exact-timestampst namet store_truet actions� When syncing from S3 to local, same-sized items will be ignored only when the timestamps match exactly. The default behavior is to ignore same-sized items unless the local version is newer than the S3 version.t help_textt ExactTimestampsSyncc B s e Z e Z d � Z RS( c C sa | j } | j } | | } | j } | d k rD | j | � d k St t | � j | | � Sd S( Nt downloadi ( t last_updatet operation_namet total_secondst superR t compare_time( t selft src_filet dest_filet src_timet dest_timet deltat cmd( ( sU /tmp/pip-build-uEGWVr/awscli/awscli/customizations/s3/syncstrategy/exacttimestamps.pyR "