mirror of
https://github.com/minio/minio.git
synced 2026-05-28 04:03:23 -04:00
removed info log
This commit is contained in:
parent
2691173361
commit
f33e17581f
1 changed files with 0 additions and 1 deletions
|
|
@ -807,7 +807,6 @@ func extractPolicyNameArray(sanURI []*url.URL) ([]string, error) {
|
|||
lowerCasePath := strings.ToLower(parsedURL.Path)
|
||||
|
||||
key := lowerCaseHost + strings.ReplaceAll(lowerCasePath, "/", "_")
|
||||
logger.Info("%d of %d URIS, Found SAN URI %s", index+1, len(sanURI), key)
|
||||
|
||||
if len(key) > 128 {
|
||||
return nil, errors.New("Policy URL " + key + " is more than 128 characters long.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue