
[vc_row][vc_column][vc_message]Version 13.4: June 2, 2019
[/vc_message][vc_empty_space][vcex_button url=”https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JNC4YZZG4CE96″ size=”large” align=”center”]Buy $25.00[/vcex_button][vc_custom_heading text=”WP Amazon Plugin” google_fonts=”font_family:Josefin%20Slab%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal”][vc_empty_space][vc_column_text]WP Amazon Plugin: is add-on for N-Media File Upload and Download Manager Plugin. It uploads files to Amazon S3 Bucket of users using front-end form. Each files are arranged in different directories of each WP User_Login based.[/vc_column_text][vc_empty_space][vc_custom_heading text=”How to use” google_fonts=”font_family:Josefin%20Slab%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C600%2C600italic%2C700%2C700italic|font_style:400%20regular%3A400%3Anormal”][vc_empty_space][vc_column_text]
Note: You must have installed File Upload and Download Manager Plugin to use this Add-on[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=”Bucket CORS Settings” google_fonts=”font_family:Coda%3Aregular%2C800|font_style:400%20regular%3A400%3Anormal”][vc_row_inner][vc_column_inner][vc_column_text]You also need to check CORS Configuration under the Permissions menu in Bucket and it should following value:
[
{
"AllowedHeaders": [
"*"
],
"AllowedMethods": [
"PUT",
"POST",
"GET",
"DELETE",
"HEAD"
],
"AllowedOrigins": [
"*"
],
"ExposeHeaders": [
"ETag"
],
"MaxAgeSeconds": 3000
}
]
[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=”Bucket CORS Settings (Legacy AWS Console)” google_fonts=”font_family:Coda%3Aregular%2C800|font_style:400%20regular%3A400%3Anormal”][vc_row_inner][vc_column_inner][vc_column_text]You also need to check CORS Configuration under Permissions menu in Bucket and it should following value:
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <CORSRule> <AllowedOrigin>*</AllowedOrigin> <AllowedMethod>PUT</AllowedMethod> <AllowedMethod>POST</AllowedMethod> <AllowedMethod>GET</AllowedMethod> <AllowedMethod>DELETE</AllowedMethod> <AllowedMethod>HEAD</AllowedMethod> <MaxAgeSeconds>3000</MaxAgeSeconds> <ExposeHeader>ETag</ExposeHeader> <AllowedHeader>*</AllowedHeader> </CORSRule> </CORSConfiguration>
[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=”How/Where Set CORS” google_fonts=”font_family:Coda%3Aregular%2C800|font_style:400%20regular%3A400%3Anormal”][vc_column_text]
[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=”10770″ onclick=”img_link_large”][/vc_column][/vc_row]