Skip to main content

Documentation Index

Fetch the complete documentation index at: https://autorender.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Connect your Amazon S3 buckets to AutoRender to start transforming your AWS-hosted assets. Amazon S3 Configuration

Configuration Fields

To create a new S3 source, you will need the following information from your AWS Console:
FieldDescription
Origin NameA unique identifier for this source. This will be used in your URL (e.g., https://assets.autorender.io/{workspace}-{origin}/{file_path}).
S3 Bucket NameThe exact name of your AWS S3 bucket.
S3 RegionThe AWS region where your bucket is located (e.g., us-east-1).
S3 Access KeyYour AWS IAM access key ID. (Optional if bucket is public)
S3 Secret KeyYour AWS IAM secret access key. (Optional if bucket is public)
Endpoint (Optional)Use this if you are connecting to an S3-compatible service (like MinIO or DigitalOcean Spaces). Defaults to https://s3.amazonaws.com.

Where to find this information

  1. Bucket Name & Region: Found in the S3 Management Console under your list of buckets.
  2. Access & Secret Keys: Generated in the IAM Console. We recommend creating a user with the AmazonS3ReadOnlyAccess policy or a custom policy limited to the specific bucket you and providing only those keys to AutoRender.
Ensure your bucket permissions allow the IAM user to perform the s3:GetObject action on the objects you want to transform.