forked from TrueCloudLab/frostfs-http-gw
11 lines
142 B
Go
11 lines
142 B
Go
|
package main
|
||
|
|
||
|
const DropInFilenameHeader = "drop-in-filename"
|
||
|
|
||
|
var (
|
||
|
Prefix = "neofs"
|
||
|
Build = "now"
|
||
|
Version = "dev"
|
||
|
Debug = "true"
|
||
|
)
|