mirror of
https://github.com/minio/minio.git
synced 2025-11-29 05:19:03 -05:00
Authorization validation in accordance with S3 signer AWSv2
This commit is contained in:
10
pkg/utils/database/tiedot/structure.go
Normal file
10
pkg/utils/database/tiedot/structure.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package database
|
||||
|
||||
import (
|
||||
"github.com/HouzuoGuo/tiedot/db"
|
||||
)
|
||||
|
||||
type Database struct {
|
||||
DBdir string
|
||||
DBhandle *db.DB
|
||||
}
|
||||
Reference in New Issue
Block a user