=== Download S3 Content ===
Contributors: sankara097
Donate link: https://paypal.me/SankaranarayananP
Tags: s3, amazon, s3bucket, s3objects, s3 downloader, AWS
Requires at least: 4.6
Requires PHP: 5.2.4
Tested up to: 4.8
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This plugin used to download contents from s3 bucket in WordPress site using AWS PHP SDK. 

== Description ==

This plugin used to download contents from s3 bucket in WordPress site. 

Using this plugin, we can download contents like doc, docx, xls, xlsx, pdf from S3 bucket. 

This plugin will save your AWS access, secret key and bucket name informations in your WordPress database. Using AWS SDK, this will get content from S3 and downloads it. 

Example:
If you have a file (file.pdf) in S3 bucket name "mybucket"

Create Url in WordPress like following : http://example.com/file.pdf

This plugin will get content from the following URL : http://mybucket.s3-us-west-2.amazonaws.com/file.pdf


== Installation ==

1. Upload `s3-content-downloader` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to "S3 Content Downloader Settings page" to update AWS Access, Secret Key and Bucket Name and click update settings.
4. Go to permalink and select post name option 

== Changelog ==

Current  version is initial release 1.0.0

== Upgrade Notice ==

Upgrade Notice will be added if any new changes released

== Screenshots ==
1. S3 Downloader Settings Page