frostfs-s3-gw/misc/build.go
Angira Kekteeva a399590204 Replace s3-gate by s3-gw
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-05-18 14:12:24 +03:00

16 lines
287 B
Go

package misc
const (
// ApplicationName is gateway name.
ApplicationName = "neofs-s3-gw"
// Prefix is configuration environment variables prefix.
Prefix = "S3_GW"
)
var (
// Build holds build timestamp.
Build = "now"
// Version contains application version.
Version = "dev"
)