modules/mu/config/bucket.rb in cloud-mu-2.0.0.pre.beta2 vs modules/mu/config/bucket.rb in cloud-mu-2.0.0.pre.beta3
- old
+ new
@@ -47,9 +47,13 @@
},
"web_index_object" => {
"type" => "string",
"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)
}
}
}
end