From 9b409bf628d1980c67ff54bb159f887a694694c0 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 18 Feb 2015 01:52:38 -0500 Subject: [PATCH] [ci skip] remove unused s3cfg This is not necessary given our move away from travis --- .s3cfg | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .s3cfg diff --git a/.s3cfg b/.s3cfg deleted file mode 100644 index 0dccd6261..000000000 --- a/.s3cfg +++ /dev/null @@ -1,38 +0,0 @@ -[default] -access_key -secret_key -bucket_location = US -cloudfront_host = cloudfront.amazonaws.com -cloudfront_resource = /2010-07-15/distribution -default_mime_type = binary/octet-stream -delete_removed = False -dry_run = False -encoding = UTF-8 -encrypt = False -follow_symlinks = False -force = False -get_continue = False -gpg_command = None -gpg_decrypt = %(gpg_command)s -d --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s -gpg_encrypt = %(gpg_command)s -c --verbose --no-use-agent --batch --yes --passphrase-fd %(passphrase_fd)s -o %(output_file)s %(input_file)s -gpg_passphrase = -guess_mime_type = True -host_base = s3.amazonaws.com -host_bucket = %(bucket)s.s3.amazonaws.com -human_readable_sizes = False -list_md5 = False -log_target_prefix = -preserve_attrs = True -progress_meter = True -proxy_host = -proxy_port = 0 -recursive = False -recv_chunk = 4096 -reduced_redundancy = False -send_chunk = 4096 -simpledb_host = sdb.amazonaws.com -skip_existing = False -socket_timeout = 300 -urlencoding_mode = normal -use_https = False -verbosity = WARNING