Variable getObjectStorageBucketAccessResponseSchemaConst
getObjectStorageBucketAccessResponseSchema: ZodObject<
{
acl: ZodEnum<
{
"authenticated-read": "authenticated-read";
custom: "custom";
private: "private";
"public-read": "public-read";
"public-read-write": "public-read-write";
},
>;
acl_xml: ZodString;
cors_enabled: ZodUnion<readonly [ZodBoolean, ZodNull]>;
cors_xml: ZodUnion<readonly [ZodString, ZodNull]>;
},
$strip,
> = ...
Access settings for the specific bucket.