mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05: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