[#XX] schema: Introduce xheader property
Some checks failed
DCO action / DCO (pull_request) Failing after 1m34s
Tests and linters / Tests (1.21) (pull_request) Successful in 1m33s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m47s
Tests and linters / Staticcheck (pull_request) Successful in 1m44s
Tests and linters / Tests with -race (pull_request) Successful in 1m58s
Tests and linters / Lint (pull_request) Successful in 3m4s

Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2024-07-11 19:14:29 +03:00
parent ac965e8d17
commit c91cf4befd

View file

@ -6,4 +6,6 @@ const (
PropertyKeyFrostFSSourceIP = "frostfs:sourceIP"
PropertyKeyFormatFrostFSIDUserClaim = "frostfsid:userClaim/%s"
PropertyKeyXHeader = "frostfs:xheader/%s"
)