logo

Amazon S3 Lite

Secure file transfers for your Corona games and applications using Amazon S3.

Get The Plugin

If you don't already have it, get the S3 Lite plugin from the Corona Marketplace.

Adding The Plugin

Add the plugin by adding an entry to the plugins table of build.settings file:

settings =
{
    plugins =
    {
        ["plugin.s3-lite"] =
        {
            publisherId = "com.develephant"
        },
    },
}