mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 08:13:28 +03:00
Authorization validation in accordance with S3 signer AWSv2
This commit is contained in:
@@ -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