frostfs-http-gw/misc.go

11 lines
142 B
Go
Raw Normal View History

2019-11-06 12:33:46 +00:00
package main
const DropInFilenameHeader = "drop-in-filename"
var (
Prefix = "neofs"
Build = "now"
Version = "dev"
Debug = "true"
)