Created
January 25, 2014 02:19
-
-
Save modmedia/8610784 to your computer and use it in GitHub Desktop.
Config variables for connecting Mura CMS to Amazons3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- add/edit these in your settings.ini.cfm ---> | |
filestore=s3 | |
filestoreaccessinfo=access Key ID^secret Access Key^bucket-name | |
filedir=s3://myAccessKey:[email protected]/bucket-name/folder | |
assetpath=http://s3.amazonaws.com/bucket-name/folder | |
assetdir=s3://myAccessKey:[email protected]/bucket-name/folder | |
filestoreendpoint=s3.amazonaws.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment