mirror of
https://github.com/minio/minio.git
synced 2025-11-28 21:18:10 -05:00
move the dependency to minio/pkg for common libraries (#12397)
This commit is contained in:
@@ -19,7 +19,7 @@ package iampolicy
|
||||
|
||||
import (
|
||||
"github.com/minio/minio/pkg/bucket/policy/condition"
|
||||
"github.com/minio/minio/pkg/wildcard"
|
||||
"github.com/minio/pkg/wildcard"
|
||||
)
|
||||
|
||||
// Action - policy action.
|
||||
|
||||
@@ -23,7 +23,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/minio/minio/pkg/bucket/policy/condition"
|
||||
"github.com/minio/minio/pkg/wildcard"
|
||||
"github.com/minio/pkg/wildcard"
|
||||
)
|
||||
|
||||
// ResourceARNPrefix - resource ARN prefix as per AWS S3 specification.
|
||||
|
||||
Reference in New Issue
Block a user