fix: correct spelling typos (#3312)
Signed-off-by: yantingqiu <1173578083@qq.com> Co-authored-by: yantingqiu <1173578083@qq.com>
This commit is contained in:
parent
90a4bd4bc9
commit
cee08ed5b9
|
|
@ -67,7 +67,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
PrometheusSubsystemName = "dragonfly_dfdaemon_object_stroage"
|
PrometheusSubsystemName = "dragonfly_dfdaemon_object_storage"
|
||||||
OtelServiceName = "dragonfly-dfdaemon-object-storage"
|
OtelServiceName = "dragonfly-dfdaemon-object-storage"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -75,7 +75,7 @@ const (
|
||||||
RouterGroupBuckets = "/buckets"
|
RouterGroupBuckets = "/buckets"
|
||||||
)
|
)
|
||||||
|
|
||||||
var GinLogFileName = "gin-object-stroage.log"
|
var GinLogFileName = "gin-object-storage.log"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// defaultSignExpireTime is default expire of sign url.
|
// defaultSignExpireTime is default expire of sign url.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue