WP Amazon Plugin

An Addon of file manager plugin

Version 13.4: June 2, 2019

  • Bug Fixed: How to use link updated group field error fixed
[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]

WP Amazon Plugin

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.

How to use

Note: You must have installed File Upload and Download Manager Plugin to use this Add-on

Bucket CORS Settings

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
}
]

Bucket CORS Settings (Legacy AWS Console)

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>

How/Where Set CORS

  1. Select your Bucket (connected with File Manager)
  2. You will Permissions Tabs and then CORS Configurations
  3. See Screenshot for more details.
  4. NOTE: Do not include <XML> tag
S3 Management Console

Contact Us

Give us a call or fill in the form below and we will contact you. We endeavor to answer all inquiries within 24 hours on business days.

    Your Name (required)

    Your Email (required)

    Subject

    Your Message