From 2628f61849843917484db9ad440b9a15c1403339 Mon Sep 17 00:00:00 2001 From: Airat Arifullin Date: Thu, 11 Jul 2024 19:14:29 +0300 Subject: [PATCH] [#84] schema: Introduce xheader property Signed-off-by: Airat Arifullin --- schema/common/consts.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema/common/consts.go b/schema/common/consts.go index dabd936..5077a32 100644 --- a/schema/common/consts.go +++ b/schema/common/consts.go @@ -6,4 +6,6 @@ const ( PropertyKeyFrostFSSourceIP = "frostfs:sourceIP" PropertyKeyFormatFrostFSIDUserClaim = "frostfsid:userClaim/%s" + + PropertyKeyFrostFSXHeader = "frostfs:xheader/%s" ) -- 2.45.2