Simple Storage Service (S3)¶
S3cmd configuration to use with Swift storage object¶
$ vim ~/.s3cfg
bucket_location =
host_base = 102fb212.example-storage.com
host_bucket = 102fb212.example-storage.com
access_key = 1111111111
secret_key = 2222222222
signature_v2 = True
cloudfront_host =
simpledb_host =
website_endpoint =
website_error =
website_index =
Sync remote s3 objects to the local file system¶
$ s3cmd sync s3://files/ ~/ws/backup/files/