- Serving product images from an S3 bucket without copying them into Autorender.
- Adding on-the-fly resizing and format conversion to assets already sitting in Google Cloud Storage or Azure Blob Storage.
- Delivering images from any public web server through a Source Path.
Supported providers
Amazon S3
Connect an S3 bucket or any S3-compatible service.
Google Cloud Storage
Connect a GCS bucket with a service account key.
Azure Blob Storage
Connect a Blob container with a connection string.
Connect a source in the dashboard
Every provider follows the same three steps in the dashboard. The credentials you enter differ per provider — see each provider’s page for its field mapping.1
Sign in to Autorender.
Open app.autorender.io.
2
Open Sources from the sidebar.
The Sources page lists every source connected to your workspace.
3
Click Connect (or Create Source) and pick your provider.
Choose Amazon S3, Google Cloud Storage, or Azure Blob Storage, then fill in the provider’s fields.
The source is usable as soon as you create it — the first delivery URL that references it triggers the first read from your bucket.
Access your assets
Once a source is connected, every asset in the bucket is reachable at this URL structure:workspace— your Autorender workspace ID (e.g.aqucPWk0NG).origin— the Origin Name you set when creating the source (e.g.acme-assets).transforms— optional transform parameters (e.g.w_800,c_fill). Omit this segment to serve the original.file_path— the object’s path inside your bucket (e.g.products/chair.jpg).
w_800):
Credentials and access
Autorender opens a read-only connection to the single bucket or container you name. It reads an object only when a delivery URL requests it — nothing is copied or pre-fetched.
s3:GetObject for S3, Storage Object Viewer for GCS) so a leaked credential can never reach anything else.
Next steps
Amazon S3
Map your AWS bucket and IAM keys to Autorender’s fields.
Source Path
Point Autorender at any public web server instead of a bucket.
Image transformations
Resize, crop, and convert the assets you deliver.
Automatic format
Serve AVIF or WebP with a single URL token.