Skip to content

Instantly share code, notes, and snippets.

@modmedia
Created January 25, 2014 02:19
Show Gist options
  • Save modmedia/8610784 to your computer and use it in GitHub Desktop.
Save modmedia/8610784 to your computer and use it in GitHub Desktop.
Config variables for connecting Mura CMS to Amazons3
<!--- add/edit these in your settings.ini.cfm --->
filestore=s3
filestoreaccessinfo=access Key ID^secret Access Key^bucket-name
filedir=s3://myAccessKey:mySecurityKey@s3.amazonaws.com/bucket-name/folder
assetpath=http://s3.amazonaws.com/bucket-name/folder
assetdir=s3://myAccessKey:mySecurityKey@s3.amazonaws.com/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