From bbd95e93f38f239e466c5e782687cf1e7cda1a52 Mon Sep 17 00:00:00 2001 From: Pepper Date: Wed, 29 Apr 2015 16:37:43 -0400 Subject: ok getting ready for big rewrite --- s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 's3.py') diff --git a/s3.py b/s3.py index 1c2b09e..0f2489d 100644 --- a/s3.py +++ b/s3.py @@ -143,7 +143,7 @@ class Location: class AWSAuthConnection: def __init__(self, aws_access_key_id, aws_secret_access_key, is_secure=True, - server=DEFAULT_HOST, port=None, calling_format=CallingFormat.SUBDOMAIN): + server=DEFAULT_HOST, port=443, calling_format=CallingFormat.SUBDOMAIN): if not port: port = PORTS_BY_SECURITY[is_secure] -- cgit v1.2.3-70-g09d2