CloudFiles: Default to SSL URIs
This commit is contained in:
parent
ee4687752f
commit
3c48bb39b7
@ -75,7 +75,7 @@ class CloudFilesStorage(StorageInterface):
|
|||||||
_log.debug('Container: {0}'.format(
|
_log.debug('Container: {0}'.format(
|
||||||
self.container.name))
|
self.container.name))
|
||||||
|
|
||||||
self.container_uri = self.container.public_uri()
|
self.container_uri = self.container.public_ssl_uri()
|
||||||
|
|
||||||
def _resolve_filepath(self, filepath):
|
def _resolve_filepath(self, filepath):
|
||||||
return '/'.join(
|
return '/'.join(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user