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

Update docs and deprecate old drivers #36

Closed c-w closed 5 years ago

c-w commented 5 years ago

I noticed that the boto library has been deprecated in favor of boto3 and python-cloudfiles is a 404s. Given that we now have support for libcloud (which supports AWS, GCP, OpenStack and more), I propose to deprecate the boto and cloudfiles based drivers to reduce future maintenance cost. As such, this pull request updates the documentation to recommend the libcloud driver as the default driver.

This pull request also adds some documentation on how to run the demo app as a quick ad-hoc storage explorer.