Tigris Web Console | Tigris Object Storage Documentation

On this page

Tigris Web Console is the browser UI for creating buckets, uploading objects, managing access keys, and configuring bucket settings.

Getting Started

  1. Create an account at storage.new.
  2. Create a bucket with a unique name.
  3. Create access keys and upload data with any S3-compatible tool, library, or extension.

Manage access with IAM

Tigris supports fine-grained access control through familiar AWS-style IAM policies, including Condition blocks for IP and date-based restrictions.

In the Access Keys page of the Web Console you can:

Policies use the standard AWS IAM JSON syntax (Version, Statement, Effect, Action, Resource, Condition), so existing AWS policies port over directly.

Two prebuilt roles control dashboard access for organization members: Member (list and create buckets) and Admin (full access plus member management).

See IAM Overview, Manage Access Keys, and IAM Policies.

Choose a storage tier

Each bucket has a default storage tier. Pick one based on access patterns:

Override the tier per object at upload time using the S3 storage class (STANDARD, STANDARD_IA, GLACIER, GLACIER_IR). See Storage Tiers.

Configure bucket settings

Open a bucket and click Settings to configure:

For the full list, see Bucket Settings.

Migrate from another S3 provider

On a bucket's Settings page in the Web Console you can configure a shadow bucket that lazily migrates data from your existing S3-compatible bucket as it's accessed, with no upfront copy. With write-through mode enabled, new writes are mirrored back to the source so you can roll back until you're ready to cut over.

Open a bucket → SettingsEnable Data Migration → provide the source endpoint and credentials.

See Migrate to Tigris and the provider-specific guides: AWS S3, Google Cloud Storage, Cloudflare R2, MinIO, and other S3-compatible providers.