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 the "directory" to use in your bucket AWS_S3_CUSTOM_DOMAIN - whatever custom domain you need used, such as "assets.mydomain.com" The AWS_LOCATION is effectively an alias for AWS_STORAGE_ROOT, and upon review shouldn't really be necessary. I've filed https://github.com/Pomax/filebrowser_s3/issues/2 to see if we can just take it out entirely, thanks for asking about it! On Friday, April 14, 2017 at 6:42:04 AM UTC-7, [email protected] wrote: > > 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, > [email protected] wrote: >> >> We decided to, rather than a PR, release the fix as a separate package >> that people can install alongside Mezzanine, that just "bolts on" to >> Mezzanine with pretty much zero effort: >> >> https://pypi.python.org/pypi/filebrowser-s3/ (this *should* be >> filebrowser_s3 but there's something weird with pypi) >> >> With associated github repo https://github.com/Pomax/filebrowser_s3 >> >> The REAMDE.md pretty much covers what is necessary to make it work: add >> it as installed app, and then make sure to set the storage variable to use >> the filebrowser_s3 storage class instead. >> >> - Pomax >> > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
