richardbarran / django-photologue

A customizable plug-in photo gallery management application for the Django web framework.
BSD 3-Clause "New" or "Revised" License
674 stars 239 forks source link

S3 on Boto supports Python3 #196

Closed timthelion closed 5 years ago

timthelion commented 5 years ago

http://boto.cloudhackers.com/en/latest/

richardbarran commented 5 years ago

Hi, Good catch! Thanks for fixing the documentation. The link that you provided mentions that Boto is being replaced by Boto3. I'm not familiar with storing files on AWS - do you think it's worth switching over Photologue to Boto3?

timthelion commented 5 years ago

I don't know. We set photologue up in production on AWS with S3 and Python3.6 and it "just worked". Looking at our Pipenv file it seems we're running "boto" without a 3 https://github.com/auto-mat/do-prace-na-kole/blob/devel/Pipfile

richardbarran commented 5 years ago

Ok. There's no rush to upgrade. I'll leave it unchanged for now.