Variable getObjectStorageBucketAclResponseSchemaConst
getObjectStorageBucketAclResponseSchema: ZodObject<
{
acl: ZodEnum<
{
"authenticated-read": "authenticated-read";
custom: "custom";
private: "private";
"public-read": "public-read";
"public-read-write": "public-read-write";
},
>;
acl_xml: ZodString;
},
$strip,
> = ...
The Object's canned ACL and policy.