mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 08:25:02 +08:00
explicit bucket aware declaration
This commit is contained in:
@@ -17,6 +17,8 @@ const (
|
||||
CONNECTION_URL_PATTERN = "host=%s port=%d sslmode=%s connect_timeout=30"
|
||||
)
|
||||
|
||||
var _ filer.BucketAware = (*PostgresStore2)(nil)
|
||||
|
||||
func init() {
|
||||
filer.Stores = append(filer.Stores, &PostgresStore2{})
|
||||
}
|
||||
|
Reference in New Issue
Block a user