[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-06-17 Thread Alex Tsai
Hi all, I'm having what might be the same issue (can't tell without stack trace from the OP) I have a similar config to what Brad posted. The media library is actually able to create folders in S3 correctly so I think my permissions are working. (the IAM in amazon just has access to all S3

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-06-06 Thread bob hosk
Hi Brad, Thanks again for the reply. I tried again with these settings (see https://github.com/fpghost/mezzdemo/blob/master/settings.py), and still the exact same error for me. This is proving stubborn indeed! I should note I'm working on the local dev server at the moment, so for my domain I

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-05-28 Thread bob hosk
Still no joy sadly. I uploaded the bare bones mezzanine fresh install,only with attempts in the settings to use s3 storage to git: g...@github.com:fpghost/mezzdemo.git, if anyone would be so kind as to pull and see if it works with their bucket. (don't worry I'll change the django secret key

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-05-27 Thread bob hosk
Hi Brad, Sorry it's taken me so long to get back to you on this, after your fantastic reply. It's been a very hectic week I tried exactly the settings you most recently posted, and unfortunately I'm still hitting the 500 error when attempted to use the upload featured image section of the

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-05-27 Thread Ryan Sadwick
My site is SSL and I haven't had any problems with s3. It was rough initially but I just continued to work through the problems and found a sweet spot. I find that it is important to understand how S3/Boto work instead of pasting someone's settings. Here is what I used. I stripped out my

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-05-21 Thread bob hosk
Hi, Many thanks for taking the time to write such a detailed reply. By thumbnails do you mean the featured images for the blog? If so yes I was planning on storing that, plus other user uploaded media, and static files on s3. So using the bugfix you pointed me to I created the file

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-05-21 Thread Brad Bode
1) Why do you define AWS_SECRET_KEY = os.environ['AWS_SECRET_KEY'] AWS_SECRET_ACCESS_KEY = AWS_SECRET_KEY and not just AWS_SECRET_ACCESS_KEY = os.environ['AWS_SECRET_KEY'] Legacy testing crap code basically (a poor understanding of settings). I updated the settings to remove

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-05-21 Thread Brad Bode
If your desire is to store thumbnails on S3 then the easiest solution I found is to replace the thumbnails generator that mezzanine provides. Why? As good as mezzanine is it is not setup for S3 bucket storage of thumbnails and will only generate them with the roo media url. What do you do?

[mezzanine-users] Re: Amazon s3 storage backed, upload image to blog from admin HTTP 500 on demo site.

2014-05-20 Thread bob hosk
My settings.py is here http://paste.ubuntu.com/7494954/, and I think everything else is just the default mezzanine project install. local_settings.py is here http://paste.ubuntu.com/7494963/ -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To