forked from TrueCloudLab/frostfs-http-gw
initial
This commit is contained in:
commit
b4ac08d341
9 changed files with 723 additions and 0 deletions
10
misc.go
Normal file
10
misc.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package main
|
||||
|
||||
const DropInFilenameHeader = "drop-in-filename"
|
||||
|
||||
var (
|
||||
Prefix = "neofs"
|
||||
Build = "now"
|
||||
Version = "dev"
|
||||
Debug = "true"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue