Re: [mezzanine-users] upload thumbnails rendering with relative URLs instead of absolute (AWS S3)

2017-04-17 Thread michiel
can you file an issue for that? Given that it has the word "unicode" I suspect this is python3 code being run on pythonLessThanThree - Pomax On Saturday, April 15, 2017 at 1:31:36 AM UTC-7, ja...@bitflight.io wrote: > > "error":"Unicode-objects must be encoded before hashing", >

Re: [mezzanine-users] upload thumbnails rendering with relative URLs instead of absolute (AWS S3)

2017-04-15 Thread jamie
"error":"Unicode-objects must be encoded before hashing", "stacktrace":"Traceback (most recent call last):\n File \"/usr/local/lib/python3.5/site-packages/watchman/decorators.py\", line 17, in wrapped\nresponse = func(*args, **kwargs)\n File

Re: [mezzanine-users] upload thumbnails rendering with relative URLs instead of absolute (AWS S3)

2017-04-14 Thread michiel
I'll extend the readme with that information (https://github.com/Pomax/filebrowser_s3/issues/1). in the mean time: AWS_ACCESS_KEY_ID - your AWS access key AWS_SECRET_ACCESS_KEY - your AWS secret AWS_STORAGE_BUCKET_NAME - the bucket name to use on your AWS account AWS_STORAGE_ROOT - the name of

Re: [mezzanine-users] upload thumbnails rendering with relative URLs instead of absolute (AWS S3)

2017-04-14 Thread jamie
Hi, What are these variables for? They don't seem to be documented: AWS_LOCATION = env('AWS_STORAGE_ROOT', default=None) On Friday, April 14, 2017 at 12:13:00 AM UTC+1, mic...@mozillafoundation.org wrote: > > We decided to, rather than a PR, release the fix as a separate package > that people

Re: [mezzanine-users] upload thumbnails rendering with relative URLs instead of absolute (AWS S3)

2017-04-05 Thread Ryne Everett
Your analysis appears correct to me. Care to open a PR? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscr...@googlegroups.com. For