/usr/lib/python2.6/site-packages/boto/pyami
NameSizeModeActions
installers/-0755rm
bootstrap.py57480644editdlrm
bootstrap.pyc49700644editdlrm
bootstrap.pyo49700644editdlrm
config.py80040644editdlrm
config.pyc78620644editdlrm
config.pyo78620644editdlrm
copybot.cfg17070644editdlrm
copybot.py42610644editdlrm
copybot.pyc39670644editdlrm
copybot.pyo39670644editdlrm
helloworld.py12380644editdlrm
helloworld.pyc6180644editdlrm
helloworld.pyo6180644editdlrm
launch_ami.py75850644editdlrm
launch_ami.pyc65700644editdlrm
launch_ami.pyo65700644editdlrm
scriptbase.py14270644editdlrm
scriptbase.pyc25020644editdlrm
scriptbase.pyo25020644editdlrm
startup.py24750644editdlrm
startup.pyc18990644editdlrm
startup.pyo18990644editdlrm
__init__.py11070644editdlrm
__init__.pyc1420644editdlrm
__init__.pyo1420644editdlrm
Edit: /usr/lib/python2.6/site-packages/boto/pyami/copybot.cfg (1707B)
# # Your AWS Credentials # [Credentials] aws_access_key_id = aws_secret_access_key = # # If you want to use a separate set of credentials when writing # to the destination bucket, put them here #dest_aws_access_key_id = #dest_aws_secret_access_key = # # Fill out this section if you want emails from CopyBot # when it starts and stops # [Notification] #smtp_host = #smtp_user = #smtp_pass = #smtp_from = #smtp_to = # # If you leave this section as is, it will automatically # update boto from subversion upon start up. # If you don't want that to happen, comment this out # [Boto] boto_location = /usr/local/boto boto_update = svn:HEAD # # This tells the Pyami code in boto what scripts # to run during startup # [Pyami] scripts = boto.pyami.copybot.CopyBot # # Source bucket and Destination Bucket, obviously. # If the Destination bucket does not exist, it will # attempt to create it. # If exit_on_completion is false, the instance # will keep running after the copy operation is # complete which might be handy for debugging. # If copy_acls is false, the ACL's will not be # copied with the objects to the new bucket. # If replace_dst is false, copybot will not # will only store the source file in the dest if # that file does not already exist. If it's true # it will replace it even if it does exist. # [CopyBot] src_bucket = dst_bucket = exit_on_completion = true copy_acls = true replace_dst = true