alohamora

s3client

May 28th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. [root@bmi-pocfe1 ~]# cat .s3cfg
  2. [default]
  3. access_key = NDCN5S12DP53PMCT5X05
  4. bucket_location = eu
  5. cloudfront_host = bmi-pocfe1.csc.fi
  6. #cloudfront_resource = /2010-07-15/distribution
  7. default_mime_type = binary/octet-stream
  8. delete_removed = False
  9. dry_run = False
  10. enable_multipart = False
  11. encoding = UTF-8
  12. encrypt = False
  13. follow_symlinks = False
  14. force = False
  15. get_continue = False
  16. gpg_command = /usr/local/bin/gpg
  17. gpg_decrypt = %(gpg_command)s -d --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s
  18. gpg_encrypt = %(gpg_command)s -c --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s
  19. gpg_passphrase = password
  20. guess_mime_type = True
  21. host_base = bmi-pocfe1.csc.fi
  22. host_bucket = %(bucket)s.<YOUR DOMAIN HERE>
  23. human_readable_sizes = False
  24. list_md5 = False
  25. log_target_prefix =
  26. preserve_attrs = True
  27. progress_meter = True
  28. proxy_host =
  29. proxy_port = 0
  30. recursive = False
  31. recv_chunk = 4096
  32. reduced_redundancy = False
  33. secret_key = HBRaqz7jlDyTpjeiDMJaAmbODG0TLj\/NoCXvXpVs"}]
  34. send_chunk = 4096
  35. #simpledb_host = sdb.amazonaws.com
  36. skip_existing = False
  37. socket_timeout = 300
  38. urlencoding_mode = normal
  39. use_https = True
  40. verbosity = WARNING
  41. [root@bmi-pocfe1 ~]#
  42. [root@bmi-pocfe1 ~]#
  43. [root@bmi-pocfe1 ~]#
  44. [root@bmi-pocfe1 ~]# s3cmd -c .s
  45. .s3cfg .ssh/ .swo .swp
  46. [root@bmi-pocfe1 ~]# s3cmd -c .s3cfg ls
  47. WARNING: Retrying failed request: / ([Errno -2] Name or service not known)
  48. WARNING: Waiting 3 sec...
  49. WARNING: Retrying failed request: / ([Errno -2] Name or service not known)
  50. WARNING: Waiting 6 sec...
  51. ^CSee ya!
  52. [root@bmi-pocfe1 ~]#
Advertisement
Add Comment
Please, Sign In to add comment