Skip to main content

fetch_object_acl

Function fetch_object_acl 

Source
async fn fetch_object_acl(
    client: &Client,
    bucket: &str,
    key: &str,
    version_id: Option<&str>,
) -> Result<SectionResult<AclSummary>, AppError>
Expand description

Fetch object ACL summary via GetObjectAcl.