This is a list of controls that can be placed into an IAM policy document. All content comes from AWS documentation.
Something wrong? Try looking here.
Table of Contents generated with DocToc
| #!/bin/sh | |
| wget http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.24-osx10.9-x86_64.tar.gz | |
| tar xfvz mysql-5.6* | |
| echo "stopping mamp" | |
| sudo /Applications/MAMP/bin/stop.sh | |
| sudo killall httpd mysqld | |
| echo "creating backup" |
| // Remove WooCommerce Theme Support admin message | |
| add_theme_support( 'woocommerce' ); |
| /** | |
| * plugin.js | |
| * | |
| * Copyright, Moxiecode Systems AB | |
| * Released under LGPL License. | |
| * | |
| * License: http://www.tinymce.com/license | |
| * Contributing: http://www.tinymce.com/contributing | |
| */ |
| <g:tax> | |
| <g:country>US</g:country> //The country an item is taxed in (as an ISO 3166 country code) | |
| <g:region>CA</g:region> //The geographic region that a tax rate applies to, e.g., in the US, the two-letter state abbreviation, ZIP code, or ZIP code range using * wildcard | |
| <g:rate>8.25</g:rate> //The tax rate as a percent of the item price, i.e., number, as a percentage | |
| <g:tax_ship>y</g:tax_ship> //Boolean value for whether you charge tax on shipping, y for yes or n for no - the default value is n | |
| </g:tax> |
This gist assumes: