ryan-roemer / django-cloud-browser

Django application browser for cloud datastores (Rackspace, AWS, etc.).
http://ryan-roemer.github.com/django-cloud-browser/
MIT License
81 stars 27 forks source link

Refactor Rackspace to OpenStack #16

Closed ryan-roemer closed 5 years ago

ryan-roemer commented 6 years ago

Change Rackspace's python-cloudfiles (which doesn't work on Python3 and is deprecated) to OpenStack's python-swiftclient.

c-w commented 5 years ago

Note that once https://github.com/ryan-roemer/django-cloud-browser/pull/20 is merged, OpenStack Swift storage could be accessed via libcloud (see docs) so this would alleviate the need for the refactor.

c-w commented 5 years ago

Resolving since there is now the workaround via libcloud.