diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-04-29 16:37:43 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-04-29 16:37:43 -0400 |
| commit | bbd95e93f38f239e466c5e782687cf1e7cda1a52 (patch) | |
| tree | 99bd99f2927ce96fcb7b6609357734367fb662a5 /s3.py | |
| parent | c4010bfcad8b975b88395bfeb5746cf88b8ee5a7 (diff) | |
ok getting ready for big rewrite
Diffstat (limited to 's3.py')
| -rw-r--r-- | s3.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
