modules/mu/config/bucket.rb in cloud-mu-2.1.0beta vs modules/mu/config/bucket.rb in cloud-mu-3.0.0beta
- old
+ new
@@ -50,10 +50,10 @@
"default" => "index.html",
"description" => "If +web_enabled+, return this object when \"diretory\" (a path not ending in a key/object) is invoked."
},
"policies" => {
"type" => "array",
- "items" => MU::Config::Role.policy_primitive(subobjects: true, grant_to: true, permissions_optional: true)
+ "items" => MU::Config::Role.policy_primitive(subobjects: true, grant_to: true, permissions_optional: true, targets_optional: true)
}
}
}
end