fix: use readSizeV1 wherever applicable. (#2093)

This commit is contained in:
Bala FA
2016-07-05 07:51:15 +05:30
committed by Harshavardhana
parent 4cfbdb1bf0
commit 0540863663
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.