Skip to content

Commit bdd967a

Browse files
author
Kerkesni
committed
fixup! do not allow setting crr location as a bucket location constraint
1 parent 6099344 commit bdd967a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/bucketPut.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function checkLocationConstraint(request, locationConstraint, log) {
6060
customizeDescription(errMsg) };
6161
}
6262
if (locationConstraints[locationConstraintChecked].isCold ||
63-
locationConstraints[locationConstraintChecked].isCrr) {
63+
locationConstraints[locationConstraintChecked].isCRR) {
6464
return { error: errors.InvalidLocationConstraint };
6565
}
6666
if (locationConstraintAddon) {

0 commit comments

Comments
 (0)