Skip to main content
News

New: Object storage (BLOB) for monday code

Related products:Apps Frameworkmonday code
  • February 9, 2026
  • 5 replies
  • 171 views

Shahar-monday
Forum|alt.badge.img

We’re introducing Object storage for monday code (BLOB), a native way for apps to store large files directly within the monday infrastructure.

Object storage is designed for large, unstructured data such as media files, documents and generated assets. It enables apps to store and retrieve files efficiently and cost-effectively, without relying on external storage services.

Why this matters

Many apps need to store or generate files: exports, media assets, AI outputs, or reports. Until now, this often meant working around storage limits or integrating third-party file storage.

With native Object storage, you can:

  • Store large files at scale without hitting existing storage limits 

  • Keep all customer data within monday, increasing trust and simplifying governance

  • Eliminate external storage setup, credentials, and operational overhead

  • Build file-heavy and AI-driven workflows more easily.

If your app creates, processes, or persists files, Obejct storage is the right foundation.

What you can do

Each app gets one managed storage bucket, with new SDK methods to:

  • Upload files from the client or server

  • Download, delete, and list files

  • Access file metadata

👉 Read the full documentation to learn how to use Object storage and get started

5 replies

Forum|alt.badge.img

This is great. Was waiting for something like this for a long time. Kudos to the team.

 

Question - Is there a way to access this directly from the client side app sdk? Like how the current monday storage works.

 

This will make it easier for fully client side applications like ours, and remove the need for maintaining additional server side code.


OmerK
Forum|alt.badge.img+1
  • monday.com Team Member
  • March 3, 2026

Question - Is there a way to access this directly from the client side app sdk? Like how the current monday storage works.

Hey ​@kranthi_thoughtflow No, it's not possible.

In orderto leverage the object storage, the app has to be hosted on monday code with a backend.


xatxat
Forum|alt.badge.img+1
  • Participating Frequently
  • March 3, 2026

I think you can create signed URL for uploading in the backend and then use that to directly upload larger files from the Frontend though?


xatxat
Forum|alt.badge.img+1
  • Participating Frequently
  • March 14, 2026

@Shahar-monday 

Any chance the maximum upload filesize could be changed from 50mb to 500mb?

I wanted to use this object storage as a way to "buffer" larger uploads to a file column. The user would upload a file to object storage and from their I would then stream the file into a file column.

Currently I can't use the the object storage for this purpose because the file column supports files with a size up to 500mb, but the object storage only supports uploads of files up to 50mb.

- Simon


OmerK
Forum|alt.badge.img+1
  • monday.com Team Member
  • March 16, 2026

@Shahar-monday 

Any chance the maximum upload filesize could be changed from 50mb to 500mb?

I wanted to use this object storage as a way to "buffer" larger uploads to a file column. The user would upload a file to object storage and from their I would then stream the file into a file column.

Currently I can't use the the object storage for this purpose because the file column supports files with a size up to 500mb, but the object storage only supports uploads of files up to 50mb.

- Simon

Feature requeset to Simon’s feedback