summaryrefslogtreecommitdiff
path: root/s3.py
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2015-04-29 16:37:43 -0400
committerPepper <pepper@scannerjammer.com>2015-04-29 16:37:43 -0400
commitbbd95e93f38f239e466c5e782687cf1e7cda1a52 (patch)
tree99bd99f2927ce96fcb7b6609357734367fb662a5 /s3.py
parentc4010bfcad8b975b88395bfeb5746cf88b8ee5a7 (diff)
ok getting ready for big rewrite
Diffstat (limited to 's3.py')
-rw-r--r--s3.py2
1 files changed, 1 insertions, 1 deletions
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]