forked from TrueCloudLab/frostfs-s3-gw
ef8684c11d
It's not properly set anyway and it's a bad practice for build reproducibility. Signed-off-by: Roman Khimov <roman@nspcc.ru>
14 lines
239 B
Go
14 lines
239 B
Go
package misc
|
|
|
|
const (
|
|
// ApplicationName is gateway name.
|
|
ApplicationName = "neofs-s3-gw"
|
|
|
|
// Prefix is configuration environment variables prefix.
|
|
Prefix = "S3_GW"
|
|
)
|
|
|
|
var (
|
|
// Version contains application version.
|
|
Version = "dev"
|
|
)
|