get_setting( 'bucket' ); ?>

check_write_permission(); // catch any file system issues if ( is_wp_error( $can_write ) ) { $this->render_view( 'error-fatal', array( 'message' => $can_write->get_error_message() ) ); $can_write = true; } // display a error message if the user does not have write permission to S3 ?>

Identity and Access Management in your AWS console and manage the policy for the user you\'re using for this plugin. Your policy should look something like the following:', 'as3cf' ), 'https://console.aws.amazon.com/iam/home' ); ?>

{
  "Version": "2012-10-17",
  "Statement": [
	{
	  "Effect": "Allow",
	  "Action": "s3:*",
	  "Resource": "*"
	}
  ]
}
get_setting( 'manual_bucket' ) ? 'manual' : ''; ?>

render_view( 'checkbox', array( 'key' => 'copy-to-s3' ) ); ?>

not copied to S3.', 'as3cf' ) ?>

render_view( 'checkbox', array( 'key' => 'serve-from-s3' ) ); ?>

Preview
get_url_preview(); // xss ok ?>

get_setting( 'domain' ); $subdomain_disabled = ''; $subdomain_class = ''; if ( 'https' == $this->get_setting( 'ssl' ) ) { if ( 'subdomain' == $domain ) { $domain = 'path'; } $subdomain_disabled = 'disabled="disabled"'; $subdomain_class = 'disabled'; } ?>
render_view( 'checkbox', array( 'key' => 'enable-object-prefix', 'class' => 'sub-toggle' ) ); ?>

get_default_object_prefix(); // xss ok ?>

render_view( 'checkbox', array( 'key' => 'use-yearmonth-folders' ) ); ?>

get_setting( 'ssl' ); ?>

render_view( 'checkbox', array( 'key' => 'remove-local-file' ) ); ?>

render_view( 'checkbox', array( 'key' => 'object-versioning' ) ); ?>

»

render_view( 'checkbox', array( 'key' => 'expires' ) ); ?>

»

render_view( 'checkbox', array( 'key' => 'hidpi-images' ) ); ?>

WP Retina 2x plugin.', 'as3cf' ), 'https://wordpress.org/plugins/wp-retina-2x/' ); ?>

render_view( 'sidebar' ); ?>