v.24.3Improvement

Object Storage Key Generation Update for Remove Objects Capability

Instead of using a constant key, now object storage generates key for determining remove objects capability. #59495 (Sema Checherinda).
Object storage no longer uses a constant key for determining the capability to remove objects; instead, it now dynamically generates the key.

Why it matters

This change improves the security and flexibility of object storage by generating a unique key for remove objects capability, preventing the risks associated with using a fixed constant key.

How to use it

The feature is applied automatically in object storage operations that require remove object capability, with no additional user configuration needed.