frostfs-s3-gw/misc/build.go

12 lines
167 B
Go
Raw Normal View History

2020-07-03 18:08:57 +03:00
package misc
const ApplicationName = "neofs-s3-gate"
2020-07-07 10:07:59 +03:00
2020-07-03 18:08:57 +03:00
var (
// TODO should be replaced with S3_GW before release
Prefix = "S3"
2020-07-03 18:08:57 +03:00
Build = "now"
Version = "dev"
)