frostfs-s3-gw/misc/build.go
Evgeniy Kulikov f5fb850c3f Change ENV prefix
TODO should be replaced with S3_GW before release

Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2020-12-01 10:02:26 +03:00

11 lines
167 B
Go

package misc
const ApplicationName = "neofs-s3-gate"
var (
// TODO should be replaced with S3_GW before release
Prefix = "S3"
Build = "now"
Version = "dev"
)