Browse code

* S3/Config.py: guess_mime_type = True (will affect new installations only).

git-svn-id: https://s3tools.svn.sourceforge.net/svnroot/s3tools/s3cmd/trunk@352 830e0280-6d2a-0410-9c65-932aecc39d9d

Michal Ludvig authored on 2009/01/22 11:27:32
Showing 2 changed files
... ...
@@ -1,5 +1,10 @@
1 1
 2009-01-22  Michal Ludvig  <michal@logix.cz>
2 2
 
3
+	* S3/Config.py: guess_mime_type = True (will affect new 
4
+	  installations only).
5
+
6
+2009-01-22  Michal Ludvig  <michal@logix.cz>
7
+
3 8
 	* Released version 0.9.9-pre5
4 9
 	  ---------------------------
5 10
 
... ...
@@ -53,7 +53,7 @@ class Config(object):
53 53
 	use_https = False
54 54
 	bucket_location = "US"
55 55
 	default_mime_type = "binary/octet-stream"
56
-	guess_mime_type = False
56
+	guess_mime_type = True
57 57
 	debug_syncmatch = False
58 58
 	# List of checks to be performed for 'sync'
59 59
 	sync_checks = ['size', 'md5']	# 'weak-timestamp'