amazon s3 plugin s3 lite

hello!

i’m learning how to use amazon s3, so that i could use Develephants s3 lite plugin, Does anyone have any experience with this plugin?

I wanted to run something by you guys:

If i wanted to use this plugin in my app i would have to create a new s3 user (programmatic access) in the amazon s3 console with permissions DeleteObject, GetObject, ListAllMyBuckets, PutObject and PutObjectAcl, get the access key ID and secret access key for this new user and use them in my code to create an s3 lite instance?

s3:new({
key = “aws-key-1234”,
secret = “aws-secret-abcd”,
region = s3.EU_WEST_1
})

Im i understanding it correctly?