[#28] chain: Add S3 chain name

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
pull/37/head
Denis Kirillov 2023-12-11 14:31:41 +03:00 committed by Evgenii Stratonikov
parent 8c673ee4f4
commit 3b107e9413
1 changed files with 3 additions and 0 deletions

View File

@ -7,4 +7,7 @@ const (
// Ingress represents chains applied when crossing user/storage network boundary.
// It is not applied when talking between nodes.
Ingress Name = "ingress"
// S3 represents chains applied when crossing user/s3 network boundary.
S3 Name = "s3"
)