alohamora

s3cmd

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