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

boto to boto3 #12

Closed rmad17 closed 5 years ago

rmad17 commented 7 years ago

I saw that boto is used for both AWS and Google Cloud Storage. Shouldn't boto be upgraded to boto3? Not sure if boto3 supports google cloud storage though.

c-w commented 5 years ago

Note that once https://github.com/ryan-roemer/django-cloud-browser/pull/20 is merged, AWS S3 and Google Cloud Storage could be accessed via libcloud (see S3 docs, see GCP docs) so this would alleviate the need for the library upgrade.

c-w commented 5 years ago

Resolving since there is now the workaround via libcloud.