django-storage-swift icon indicating copy to clipboard operation
django-storage-swift copied to clipboard

http_conn was renamed to swift_conn

Open ergofriend opened this issue 5 years ago • 2 comments

>>> from django.core.files.storage import default_storage
>>> default_storage.http_conn
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "C:\Python37\lib\site-packages\django\utils\functional.py", line 214, in inner
    return func(self._wrapped, *args)
AttributeError: 'SwiftStorage' object has no attribute 'http_conn'
>>> default_storage.swift_conn
<swiftclient.client.Connection object at 0x000001E679679C50>

ergofriend avatar Mar 08 '19 13:03 ergofriend

Where is this a problem?

einarf avatar Mar 08 '19 14:03 einarf

In the README https://github.com/dennisv/django-storage-swift#use

ergofriend avatar Mar 10 '19 07:03 ergofriend