https://youtu.be/rmOfcHaakVU
Create a new bucket (optional)
Create a bucket with the Default S3 Options
Creating a user in AWS
- Go to IAM > Users and click “Add users”
- Give the user a name (e.g. “luabase-s3”) and check “Access key - Programmatic access”
- Click “Attach existing policies directly” and “Create Policy”. Paste the snippet below into the JSON editor (be sure to change
BUCKET_NAME
)
- Grant the policy to the user
- Click review, then click “Download .csv”
- Add the access key and secret to Luabase in “Settings” (cog icon in right sidebar)
Send Data to your Bucket
You can send data from Luabase to S3 or GCS one time or on a schedule. Click the three dots to the left of any cell, then “Settings” > “Destination” > “Amazon S3”

Options