From 1c7cec335f2fae7685178fda26a556fd4ffb4816 Mon Sep 17 00:00:00 2001 From: Maximillian von Briesen Date: Tue, 24 Feb 2026 17:09:43 -0500 Subject: [PATCH] Add Bin Locking section to Object Mount documentation Added a section on Bin Locking to explain its functionality and usage. --- app/(docs)/object-mount/page.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/(docs)/object-mount/page.md b/app/(docs)/object-mount/page.md index 71a30d316..7efb0e49f 100644 --- a/app/(docs)/object-mount/page.md +++ b/app/(docs)/object-mount/page.md @@ -31,6 +31,9 @@ Object Mount is a high-performance mount client that provides seamless, native a | **Cost-efficient and Scalable** | By only accessing the bytes you need, Object Mount minimizes download bandwidth and reduces the need for expansive (and expensive) local storage arrays, lowering egress costs and saving you money on every project.| | **Eco-friendly Collaboration** | Reduce the energy and resource footprint of your Media and Entertainment workflows. Global teams access the same ‘single source of truth’ content without moving, copying or replicating media across multiple, disparate platforms. | +### Bin Locking + +Bin locking prevents two editors from changing the same bin or project at the same time on Object Mount. The first person to open it gets write access and others are read only until the lock clears. Object Mount propagates lock state quickly and enforces read only behavior, but it does not create or remove locks. Some workflows also require additional third party software to coordinate locking with your editing application. ## Where to Start