Skip to content

Commit

Permalink
Merge pull request docker-archive#491 from mariano54/patch-1
Browse files Browse the repository at this point in the history
Update boto.py
  • Loading branch information
dmp42 committed Jul 28, 2014
2 parents 9124375 + c64363a commit c8b0a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/docker-registry-core/docker_registry/core/boto.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def __init__(self, path=None, config=None):
logger.info("Boto based storage initialized")

def _build_connection_params(self):
kwargs = {'is_secure': (self._config.boto_secure is True)}
kwargs = {'is_secure': (self._config.s3_secure is True)}
config_args = [
'host', 'port', 'debug',
'proxy', 'proxy_port',
Expand Down

0 comments on commit c8b0a8f

Please sign in to comment.