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

  1. Open the Wasabi Console.
  2. Go to Buckets and create/select the bucket with your source images.
  3. Copy the bucket name and region.

Step 2: Create API keys

  1. In Wasabi, create API keys for programmatic access.
  2. Keep the credentials in a secure location.
  3. 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

  1. Go to Dashboard → Sources → Add Source.
  2. Select Wasabi Object Storage.
  3. 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-1 if empty
  • Endpoint (optional): defaults to https://s3.<region>.wasabisys.com if 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.