As the title suggests, I am interested in a plugin that will upload files to amazon S3 storage using the AWS REST API
The user will input
1. AWS credentials (public Key and secret key for authentication)
2. Bucket name (remote) and Folder name, if any (remote)
3. File location and name (local)
The plugin must confirm the file upload via 200 HTTP response code.
That’s it.