Skip to main content

Changelog

See what's new with Windmill.

Watch latest Windmill weekly keynotes

Weekly keynotes are hosted on Discord and Youtube on Friday at 5:45 pm CET+1.

See the Windmill roadmap and what's coming next

Roadmap

3 posts tagged with "S3"

View All Tags

The Community Edition 50MB per-file upload cap on workspace object storage is replaced by a 10GiB total storage quota per workspace. Files of any individual size can be uploaded up to the quota, usage is shown in the workspace settings under S3 Storage with a recount button, and reads and deletes are never blocked even when over quota. Enterprise Edition remains unlimited.

New features

  • Upload files of any individual size to workspace object storage on Community Edition, up to 10GiB of total workspace storage.
  • Storage usage meter in workspace settings under S3 Storage, with a button to recount usage by listing the storage.
  • Writes exceeding the quota are rejected, but reads and deletes are never blocked, so an over-quota workspace can always free up space.
  • The quota counts all objects under the configured storages except the reserved volumes/ prefix; Enterprise Edition remains unlimited.

Windmill now supports using AWS OIDC for instance object storage configuration.

New features

  • Added AWS OIDC support for instance object storage

The TypeScript and Python Windmill clients now include new functions that generate signed S3 objects, enabling s3 image display in public apps.

New features

  • S3 objects signing
  • S3 image display in public apps