mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 20:50:56 +01:00
added key auth support for rw operations (upload, non-expiring download)
This commit is contained in:
@@ -23,7 +23,6 @@ import (
|
||||
|
||||
const Version string = "v0.0.1"
|
||||
|
||||
var ApiVersion string = "/v1"
|
||||
var VERSION string // maintained by -x
|
||||
|
||||
type Config struct {
|
||||
@@ -31,6 +30,7 @@ type Config struct {
|
||||
Debug bool
|
||||
Retries int
|
||||
Expire string
|
||||
Apikey string
|
||||
}
|
||||
|
||||
func Getversion() string {
|
||||
|
||||
Reference in New Issue
Block a user