Image Sources
ImageBoss can connect with your images anywhere.Wasabi Object Storage
ImageBoss can connect to Wasabi buckets using the S3-compatible API.
Quick checklist
- Wasabi account and bucket with your source images
- S3 Access Key and Secret Key with read permissions
- Bucket region (for example
us-east-1)
Step 1: Create or identify your Wasabi bucket
- Open the Wasabi Console.
- Go to Buckets and create/select the bucket with your source images.
- Copy the bucket name and region.
Step 2: Create API keys
- In Wasabi, create API keys for programmatic access.
- Keep the credentials in a secure location.
- Use read/list-only permissions where available.
Wasabi documents API key creation here: Generating a Wasabi S3 API Key.
Step 3: Add the source in ImageBoss
- Go to Dashboard → Sources → Add Source.
- Select Wasabi Object Storage.
- Fill the fields below and save.
- Access Key: your Wasabi access key
- Secret Key: your Wasabi secret key
- Bucket Name: your Wasabi bucket
- Region (optional): defaults to
us-east-1if empty - Endpoint (optional): defaults to
https://s3.<region>.wasabisys.comif empty - Base Path (optional): prefix when objects are inside a subfolder
Endpoint behavior
If you do not set endpoint, ImageBoss builds one from region using https://s3.<region>.wasabisys.com.
Reference: Service URLs for Wasabi storage regions.
Step 4: Validate your source
Save the source and test one file with a pass-through URL:
Troubleshooting
- Confirm bucket, key pair, and region are correct
- If endpoint is custom, verify it includes
https://and matches the region - If endpoint is empty, set region explicitly and retest
- Confirm the object path in the URL matches the key in your bucket
Official references
That's it! Your Wasabi source is now connected.