mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
Restructure codebase move crypto, checksum to top-level, move `split` into donut, move crypto/keys into api/auth
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/minio/minio/pkg/quick"
|
||||
"github.com/minio/minio/pkg/utils/crypto/keys"
|
||||
"github.com/minio/minio/pkg/server/api/auth/keys"
|
||||
)
|
||||
|
||||
type contentTypeHandler struct {
|
||||
|
||||
Reference in New Issue
Block a user