ANTE User Manual

Storage (Developer)

The Storage screen shows the status of ANTE's single, shared object-storage bucket (S3 / DigitalOcean Spaces) and lets you monitor how much space each company is using inside it. Object storage is no longer configured per company — the whole install shares one bucket, with every company's files kept separate under their own folder.

⚠️ Developer Access Only

This screen is part of the Developer portal and is only available to accounts with developer privileges.

Getting Here

  1. Open the Developer portal.
  2. In the sidebar, open the System group.
  3. Click Storage.

Page Layout

The page has two cards:

Shared Object Storage (S3 / DO Spaces)

A read-only status card for the one credential the whole install uses.

FieldDescription
StatusConfigured ✓ when a complete credential is present, or Not configured.
EndpointThe storage endpoint in use.
RegionThe storage region in use.
BucketThe bucket name in use.
Access KeyThe access key, shown masked (e.g. DO80***ZFKU).

There are no fields to edit here — the credential is set once for the whole install via the server environment, not from this screen. To change it, the credential must be updated and the server redeployed.

Click Test Connection to confirm the configured bucket actually works. ANTE writes a small test file to the bucket and immediately deletes it; a pop-up message reports success or failure (with an error detail on failure). The button is disabled until a credential is configured.

Storage Usage by Company

A table listing every company's storage consumption inside the shared bucket, since every company's files live under their own company-<id> folder in that one bucket.

ColumnDescription
CompanyThe company name.
Storage UsedTotal size of that company's files (shown as B / KB / MB / GB / etc.).
FilesNumber of files stored for that company.
Last ComputedWhen this row was last recalculated, or "Never" if it hasn't been computed yet.

Click Refresh (top-right of the card) to recompute every company's usage from what's actually in the bucket right now. This can take a moment on a large bucket. A confirmation message appears once it's done. If no usage has ever been computed, the table shows an empty message inviting you to click Refresh.

Common Tasks

Checking whether storage is configured

  1. Go to DeveloperSystem Storage.
  2. Look at the Shared Object Storage card's status — Configured ✓ or Not configured.

Testing the storage connection

  1. Go to DeveloperSystem Storage.
  2. Click Test Connection on the Shared Object Storage card.
  3. A pop-up reports success or failure. On failure, the message includes the underlying error.

Checking a company's storage usage

  1. Go to DeveloperSystem Storage.
  2. Find the company in the Storage Usage by Company table.
  3. If the Last Computed value looks stale, click Refresh to recompute all companies' usage.

Tips

  • This screen is monitoring only — it does not enforce storage limits or let you delete files.
  • Because there's a single shared bucket for the whole install, any change to the credential (via the environment) affects every company at once.
  • Cloud Credentials — company-scoped AI and SMTP credentials (object storage moved here)