forked from TrueCloudLab/frostfs-s3-gw
f5fb850c3f
TODO should be replaced with S3_GW before release Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
11 lines
167 B
Go
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"
|
|
)
|