mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 08:43:28 +03:00
fix: use readSizeV1 wherever applicable. (#2093)
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
)
|
||||
|
||||
// maximum supported access policy size.
|
||||
const maxAccessPolicySize = 20 * 1024 * 1024 // 20KiB.
|
||||
const maxAccessPolicySize = 20 * 1024 // 20KiB.
|
||||
|
||||
// Verify if a given action is valid for the url path based on the
|
||||
// existing bucket access policy.
|
||||
|
||||
Reference in New Issue
Block a user