Re: [mezzanine-users] Re: tinymce JS files on Amazone S3 CDN requires AWS_QUERYSTRING_AUTH = False?

2014-06-02 Thread Brad Bode
The URL generatio for TinyMCE has an issue where it doesn't see that the URL should not be generated with the security token. I believe I did the following to fix it (I put it into my settings file then made sure that app was registered after mezzanine and django folder storages). If you are u

Re: [mezzanine-users] Re: tinymce JS files on Amazone S3 CDN requires AWS_QUERYSTRING_AUTH = False?

2014-05-30 Thread John Briere
Ryan and Brad, thanks for your replies. Brad I'll need to use your settings for making SSL work, thanks for that pointer. Ryan, the issue isn't if TinyMCE works or not, it's why TinyMCE only works with AWS_QUERYSTIRNG_AUTH=False. I'm puzzled as to why TinyMCE is the only thing that doesn't work wh

[mezzanine-users] Re: tinymce JS files on Amazone S3 CDN requires AWS_QUERYSTRING_AUTH = False?

2014-05-27 Thread Ryan Sadwick
Try these settings, there isn't much documentation on these. My site runs on SSL and all the TinyMCE editors work. I'm running Mezzanine 3.14 + Cartridge. *STATICFILES_STORAGE = 'storages.backends.s3boto.S3BotoStorage'* *AWS_QUERYSTRING_AUTH = False* *AWS_S3_SECURE_URLS = True* *AWS_S3_CUSTO

[mezzanine-users] Re: tinymce JS files on Amazone S3 CDN requires AWS_QUERYSTRING_AUTH = False?

2014-05-23 Thread Brad Bode
Although you are having a slightly different issue you might want to join in on my discussion (with myself). It's a very similar problem. https://groups.google.com/d/msg/mezzanine-users/A7wEDWprYZY/gb-FBYxJjzQJ I am using AWS S3 with SSL for the admin. The only problem I have left is getting t